scraperwiki-archive / linkedin-tool

Given a list of people, looks them up and gets info about them via LinkedIn people search
Other
1 stars 0 forks source link

Throttle limit exceeded is a special error #13

Open frabcus opened 11 years ago

frabcus commented 11 years ago

Example output:

<error>
  <status>403</status>
  <timestamp>136492710000</timestamp>
  <request-id>0A111AA1AA</request-id>
  <error-code>0</error-code>
  <message>Throttle limit for calls to this resource is reached.</message>
</error>
frabcus commented 11 years ago

It's not clear how to best distinguish this error from other 403s

See docs at http://developer.linkedin.com/documents/throttle-limits

frabcus commented 11 years ago

Note the limits for People Search are...

Up to 100 returns per search, 10 returns per page. Each page is one API call.

Application: 100k Per User: 100 Per Developer: 400

Which means only 100 times per day for a user. Boo.