APIs Pricing
Login

Bulk Keywords API (V1)

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.

  • Endpoint cost is 1 credit / keyword for successful requests

Input processing

When 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

Request Parameters

  • 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.

Request Example

json icon Bulk Keywords Request
json icon Bulk Keywords Response

Additional Information

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 account
  • X-Credits-Expire A datetime string with the expiration date
  • X-Credits-Used The number of credits the operation consumed

Errors are handled in line with our Error Rules. Please make sure to read it carefully and follow the instructions for the best experience possible.