Keyword ideas
dataforseo/labs_google_keyword_ideas_liveGenerate related keyword ideas for a set of seed keywords.
- call
- $0.192
- DataForSEO
- 3 min
Overview
Takes a set of seed keywords and returns keywords in the same product and service categories, rather than only those literally containing the seeds. That makes it the broader of the two expansion reports: use it to find adjacent topics and vocabulary a seed phrase would never surface on its own. Each idea comes back with monthly volume, a twelve-month history, competition, cost per click, and bid ranges. A market must be given here; the language falls back to whichever dominates that market.
The seed list and one row per idea with its volume, competition, cost per click, and bid range.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| keywords | array | Yes | The seed phrases to expand, up to 200. |
| location_code | integer | Yes | Which market to search from. |
| language_code | string | No | Interface and result language. |
| limit | integer | No | How many rows to return. |
| closely_variants | boolean | No | Match seeds as phrases rather than broadly. |
| include_serp_info | boolean | No | Attach a summary of each keyword's results page. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"dataforseo","endpoint":"labs_google_keyword_ideas_live","input":{"keywords":["phone case","watch strap"],"location_code":2840,"language_code":"en","limit":100}}'Pricing
$0.192 per call on the default plan. That is the list price; when the provider reports what a call actually cost, you are billed that instead. Every run carries its price in the response.
