Reputation: 2150
I want to use google custom search api for my next android app . can anyone tell that is it possible to get unlimited queries per day from the pai . I am ready to pay whatever they charge . and i want to use the api for a single domain. Thank You
Upvotes: 3
Views: 11012
Reputation: 15028
You will need to sign up for billing:
Any usage beyond the free usage quota will fail if you are not signed up for billing. Once you have enabled billing, you will continue to receive 100 free queries per day. However, you will be billed for all additional requests at the rate of $5 per 1000 queries, for up to 10,000 queries per day. If you need additional quota, please request additional quota from the console.
https://developers.google.com/custom-search/json-api/v1/overview#pricing
Upvotes: 3