Data Source Handbook

By Pete Warden

If you are a developer trying to complement your personal facts instruments and prone, this concise ebook covers the main invaluable resources of public information to be had at the present time. you will find necessary details on APIs that provide extensive assurance, tie their information to the surface global, and are both available on-line or characteristic downloadable bulk info. you are going to additionally locate code and important links.

This advisor organizes APIs via the topics they cover—such as web content, humans, or places—so you could fast find the easiest assets for augmenting the information you deal with on your personal carrier. different types include:

  • Website instruments corresponding to WHOIS, bit.ly, and Compete
  • Services that use electronic mail addresses as seek phrases, together with Github
  • Finding info from only a identify, with APIs corresponding to WhitePages
  • Services, reminiscent of Klout, for finding individuals with fb and Twitter money owed
  • Search APIs, together with BOSS and Wikipedia
  • Geographical info resources, together with SimpleGeo and U.S. Census
  • Company info APIs, equivalent to CrunchBase and ZoomInfo
  • APIs that checklist IP addresses, similar to MaxMind
  • Services that checklist books, motion pictures, track, and items

Show description

Quick preview of Data Source Handbook PDF

Best Development books

Introduction to Programming Using Python plus MyProgrammingLab with Pearson eText -- Access Card

Be aware: prior to deciding to buy, discuss with your teacher to make sure you choose the proper ISBN. a number of models of Pearson's MyLab & getting to know items exist for every name, and registrations usually are not transferable. To sign up for and use Pearson's MyLab & gaining knowledge of items, you can also desire a path identification, which your teacher will supply.

Ground Control: Fear and Happiness in the Twenty-First-Century City

While the figures say crime is falling, why are we extra fearful than ever? might our cities and towns be developing worry and distrust? extra estate is being in-built Britain than at any time because the moment global struggle - yet it truly is owned by way of deepest organisations, designed for revenue and watched over by way of CCTV.

The Dragon's Gift: The Real Story of China in Africa

Is China a rogue donor, as a few media pundits recommend? Or is China assisting the constructing global pave a pathway out of poverty, because the chinese language declare? within the previous couple of years, China's relief software has leapt out of the shadows. Media studies approximately large reduction programs, aid for pariah regimes, regiments of chinese language hard work, and the ruthless exploitation of employees and normal assets in a few of the poorest nations on the earth sparked fierce debates.

The Coming Prosperity: How Entrepreneurs Are Transforming the Global Economy

Ours is the main dynamic period in human heritage. the advantages of 4 centuries of technological and organizational swap are ultimately achieving a formerly excluded international majority. this modification will create large-scale possibilities in richer international locations just like the usa simply because it has in poorer nations now within the ascent.

Extra resources for Data Source Handbook

Show sample text content

Com/v1/people-search: (people:(id,first-name,last-name,profile-url,headline),num-results GenderFromName A Hypertext Preprocessor port of a venerable Perl module, itself in accordance with an early ’90s awk script, this venture guesses a person’s gender from his or her first identify. It’s most efficient for British and American humans, and it has rather a magnificent set of battle-tested special-case humans by means of identify | eleven algorithms to deal with loads of editions and nicknames. not anything like this may be one hundred pc actual, yet it’s nice for purposes like demographic research the place occasional error don’t subject: require_once('genderfromname. php'); print gender("Jon"); // prints 'm' humans via Account Klout Klout’s API offers you a power ranking for a given Twitter username. you could then use this data to assist prioritize Twitter money owed inside of your personal carrier (for instance, through highlighting hyperlinks shared via individuals with larger recognition or unsolicited mail filtering people with low scores): http://api. klout. com/1/klout. xml? key=[your_api_key]&users=[usernames] Qwerly This provider enables you to hyperlink Twitter usernames with debts on different websites. regrettably, the information continues to be beautiful sparse, and the fb account search for doesn’t go back any worthwhile details, yet it’s nonetheless worthy a glance: curl "http://api. qwerly. com/v1/twitter/petewarden. json? api_key=" { "location":"Boulder, CO", "name":"Pete Warden", "twitter_username":"petewarden", "qwerly_username":null, "services":[ {"type":"github","url":"http://github. com/petewarden","username":"petewarden"}, {"type":"twitter","url":"http://twitter. com/petewarden","username":"petewarden"}, {"type":"klout","url":"http://klout. com/petewarden","username":"petewarden"} ]} seek phrases occasionally you’re attempting to fit a notice or word with a few websites inside your carrier, both for standard user-driven seek or as a part of a backend research method. the most important draw back of many of the APIs is mostly their restrictive phrases of provider, particularly if you’re doing additional processing with the consequences rather than exhibiting them on to clients, so ensure you learn the high-quality print. you'll find personal home page instance code for Bing, BOSS, and Google on my weblog. 12 | info resource guide BOSS one of many earliest seek APIs, BOSS is less than chance from Yahoo! ’s have to reduce expenditures. It’s nonetheless an outstanding, uncomplicated carrier for retrieving seek effects, although, with super beneficiant utilization limits. Its phrases of carrier restrict something yet user-driven seek utilization, and you’ll have to register to get an API key ahead of you could entry it. It bargains internet, information, and photo searches, although the net effects are significantly much less whole than Google’s, specially on extra vague queries: curl "http://boss. yahooapis. com/ysearch/web/v1/%22Pete%20Warden%22? \ appid=&format=xml" &start=10]]>

Download PDF sample

Rated 4.25 of 5 – based on 13 votes