The Bulk Keywords API endpoint enables you to research up to 50 keywords at the same time to find their aggregated search metrics such as volume, cpc, advertising competition, trailing 12 month history, and more. We use the global Google index instead of segmenting the data by region or country.
1 credit / keyword
for successful requestsWhen you provide a list of keywords to this endpoint, we sanitize each of them in line with how Google typically processes queries:
Leading and trailing empty spaces are removed: ' foo '
--> 'foo'
Multiple consecutive spaces are collapsed: 'foo bar'
--> 'foo bar'
Character unification: In some cases 'foo-bar'
might return similar data to 'foo bar'
Keyword matching: We expect that you provide all your keywords as UTF-8
encoded strings --> ex mjölk
API Endpoint: POST https://serpgrid.dev/v1/keywords/bulk
Required headers: X-API-KEY
and Content-Type
Parameter | Description |
---|---|
keywords[] | An array of up to 50 keywords to lookup. Each keyword must be between 3 and 40 characters in length. |
The following headers will also be returned as part of the response to you:
X-Credits-Remaining
The number of credits that remain in your accountX-Credits-Expire
A datetime string with the expiration dateX-Credits-Used
The number of credits the operation consumedErrors are handled in line with our Error Rules. Please make sure to read it carefully and follow the instructions for the best experience possible.