Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LinkedIn REST API: Throttle Limit for resource 'Search People' reached at 409 of 100k

I have a program that searches LinkedIn members by their first and last names, for academic research purposes.

I have a LinkedIn developer account that is supposed to have 100k calls to the relevant 'Search People' resource per day, but at only 400+ (see stats below) the API call throws exceptions, saying that "Throttle limit for calls to this resource is reached".

How is this possible where my limit is so much higher?

--

LinkedIn statistics from their website:

API Usage Report for beginning 23 Jan 2013 midnight UTC till now

Resource: Search People

Usage: Call Count: 409 Allowed: 100000

Status: OK (green tick)

Throttled Members: 1 (List of Throttled Members for Search People: Idb_YiFpOs)

like image 313
AHL Avatar asked Feb 18 '23 18:02

AHL


1 Answers

The total application limit is 100K, that's right. But there is also a user limit, and a developer limit, where the limit for the developer is 400 calls per 24 hours, this is why you're being throttled.

https://developer.linkedin.com/documents/throttle-limits , check the "People Search" section.

like image 127
Samer Bechara Avatar answered Apr 28 '23 18:04

Samer Bechara