The Power of Positive API’s

web-apis-v5_0

Tech sourcing! Always fun! If you are tired of seeing the same people, try looking in a different place online. What about Kubernetes / Container folks? You could always search local Meetup groups like this one:

https://www.meetup.com/Kubernetes-Cloud-Native-Online-Meetup/members/

1369 members! As long as you have a free Meetup account and are logged in, you can see their full name. But this could take a long time to source….#sadface.  And there are only 10 results per page…#doublesadface.  What to do? How about you use Meetup’s API? It’s free! There are many calls you can make, one of which is to extract all the members of a group:

https://secure.meetup.com/meetup_api/console/?path=/:urlname/members

The only field you need to worry about is the URL name which is:

Kubernetes-Cloud-Native-Online-Meetup

Here is what the response looks like for one person:

sc bay area post 012919

Pretty cool, right? And here is the info for the first 200 people:

https://api.meetup.com/Kubernetes-Cloud-Native-Online-Meetup/members?photo-host=public&page=200&sig_id=188554868&sig=94c697c6ca35f670333a04f8d8309328691b68cf

What a hot mess, right? But a quick copy n’ paste of the data into a free JSON to CSV convertor (like http://www.convertcsv.com/json-to-csv.htm) will take that ugly data and make it look pretty awesome:

https://docs.google.com/spreadsheets/d/1DvhLVkm3QZJrDP3ZTsPgWvtvyKxUx2GSCgvV3kPhs2Y/edit#gid=0

Pretty awesome, right?  All for the cost of zilch!  Make sure you always try out API’s, there is a ton of information out there.  Join us for the next SourceCon Bay Area event to find out even cooler ways to manipulate this data and enrich it.

Mark Tortorici
Founder & Training Expert
Transform Talent Acquisition

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s