cURL
curl --request GET \ --url https://www.fetchserp.com/api/v1/keywords_suggestions \ --header 'Authorization: Bearer <token>'
{ "data": { "keywords_suggestions_count": 123, "keywords_suggestions": [ { "keyword": "<string>", "avg_monthly_searches": 123, "competition": "<string>", "competition_index": 123, "low_top_of_page_bid_micros": 123, "high_top_of_page_bid_micros": 123 } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.fetchserp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fetchserp.com/llms.txt
Use this file to discover all available pages before exploring further.
A bearer token that will be supplied within an Authorization header as bearer <token>.
Authorization
bearer <token>
The url to search
The keywords to search
The country code to search for
success
Show child attributes