Bulk ideas from up to 20 seeds
keyword_from_seeds is a $0.20 GET request on the Wuthering AI API. Turn a small seed set into a very large idea list in one call. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/keyword_from_seeds
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/keyword_from_seeds?keywords=…&token=YOUR_TOKEN'
What does keyword_from_seeds return, and when should you call it?
Expand up to 20 seed keywords into as many as 20,000 keyword ideas with volume and cost.
The widest net in this family, and one billed call regardless of how many ideas return. Results skew toward advertiser-relevant terms rather than the full organic long tail.
Returns: keyword, search_volume, competition, competition_index, cpc, monthly_searches.
Use to build an exhaustive candidate list before filtering. Don't use when you need a focused, already-relevant set, where wuthering_keyword_ideas is tighter.
What parameters does keyword_from_seeds take?
keyword_from_seeds accepts 3 parameters, of which 1 is required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| keywords | array | yes | Keywords to look up, up to 20 in one call. This is one billed call regardless of how many you send, so batch aggressively rather than looping. A batch whose rows exceed what one response can carry comes back trimmed, stating how many rows it held and how many it returned; terms missing from a trimmed response were withheld, not measured as having no data. |
| location_code | number | no | Numeric location code to scope results to. Defaults to 2840 (United States). Search volume and competition vary sharply by country, so set this when the question is about a specific market.Defaults to 2840 |
| language_code | string | no | ISO language code for results, for example 'en' or 'de'. Defaults to 'en'.Defaults to en |
Reference for keyword_from_seeds · last updated · published by Wuthering AI