Yahoo YQL Rate Limits
Posted
by catlan
on Stack Overflow
See other posts from Stack Overflow
or by catlan
Published on 2010-04-30T12:03:53Z
Indexed on
2010/04/30
12:07 UTC
Read the original article
Hit count: 395
I'm a bit unsure about the Usage Information and Limits of Yahoo YQL.
- Per application limit (identified by your Access Key): 100,000 calls per day.
- Per IP limits: /v1/public/: 1,000 calls per hour; /v1/yql/: 10,000 calls per hour.
Do I require an application/access key for the /v1/public/ interface, non of the examples uses one. If I don't need an application key and only access the /v1/public/ interface I only have do worry about the IP limits of 1,000 calls per hour, right?
© Stack Overflow or respective owner