Set quotas in the Custom Search API - google-custom-search

I want to set quotas for the custom search API. However I cannot find any documentation what the difference is between the "Queries per day" quota and "Site Restricted Queries per day" quota. Could someone explain this?

Related

BigQuery API: Query usage per day quota reached for unknown reasons

I'm a user of bigquery and the last week I just keep hitting the Query usage per day for no apparent reason. According to the Quota page I have reached 17TiB, however according to the Billing page I am only billed for 9 TiB since yesterday. See this and this screenshot.
I've also set up billing export (saved in a table cloudaudit_googleapis_com_data_access_) for my project and if I add up the processed bytes of all jobs since yesterday I only get to about 10TiB.
I have no idea where else to look for the reason I keep hitting this quota limit? So some help would be much appreciated.
The Billing doesn't seems to work in real-time as you can see in other questions.
I suggest that you wait a little to generate a new report and compare with the usage indicated in the quota.
If you need to increase your quota at the moment to keep everything working, you can do:
Go to APIs & Services
Find BigQuery API and click
Go to Quotas in the menu at the left of the screen
Edit the desired category's limit
Please, let me know later if the Billing still not matching the usage.
I hope it helps

Google Custom Search Engine pricing

The pricing regarding CSE is a little bit vague:
For CSE users, the API provides 100 search queries per day for free. If you need more, you may sign up for billing in the API Console. Additional requests cost $5 per 1000 queries, up to 10k queries per day
Does one query equal one keyword regardless of pagination used, or one request? (in this sense XML is more efficient than JSON, as it allows 20 in num parameter, as opposed to JSONs 10)
Are the queries counted per API key, or per cx key?
It is vague and you are not the first to be puzzled. When I did my research I found this blog post helpful.
Assume you are talking about Custom Search Engine (terms you noted in your Q) and NOT Google Site Search (paid from the start). The reason I ask is that the XML function is only for Google Site Search customers. There is the JSON/Atom API and Custom Search API available for CSE.
For Q1, one Query = one request. You can use as many keywords or other parameters in your request (see comments in the blog post I referenced), but you will always be limited to 100 results.
For Q2, the billing is enabled through the API console. Once enabled (and in order to allow the 101st query) your code must include both your cx and API key. So in theory you could set up multiple search engines within your API and stay under the 100 request limit, but I have not seen a way to allow an API to support multiple cx keys.

Bing search API not available in your market place

I wanted to use Bing search API for my website but the page says "Not available in your market".
What does this note mean? How can I use this API?
I am currently in India, is there any way I could access this API as this is the last and only option I have. Google image search api has limit of 100 queries per day and Yahoo search api is not free any more.
Limit of 5000 queries/month on bing is what I need. Please let me know if there is any way to access this.
Had the same problem.
Was fixed when I went to:
1) Logged in to Microsoft Azure Marketplace
2) My Account
3) Selected "United Kingdom" as my country
4) Save
5) Application ==> searched for: Search API
6) Selected the product I need ==> it was available
The unavailability was derived from my account country.

Analytics API query - "Number of keywords delivering visits"

I've been tasked with coming up with a report using the Google Analytics API that shows "Number of keywords delivering visits", which should return the number of unique keywords delivering visits for each day over the last 30 days. I have no problem using the API itself, but cannot seem to figure out what metrics I would use to generate this statistic. There is a "ga:searchUniques" which seems ideal, but it is only available for internal site search. Any ideas?

What are the API limits for the Google Search API for Shopping?

What are the API limits for the Google Search API for Shopping?
I read here that there is a limit of 2500 queries per day. However, I can't find any reference to the limits in the official documentation. Can anyone advise, or point to an authoritative source?
This thread talks more about the limits. Apparently it's a 'starter' plan of 2500 queries per day. You can request to have that limit increased.
According to "Raz":
Go to
https://code.google.com/apis/console/
. On the left side is the Traffic
Controls link where you can instantly
set you requests/user/second and
request a higher daily per user quota.
Also, on the same page it says the
default 2500 is per end user IP
address which can be specified via a
request parameter.