GET
/
api
/
v1
/
long_tail_keywords_generator
curl --request GET \
  --url https://www.fetchserp.com/api/v1/long_tail_keywords_generator \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Query Parameters

keyword
string
required

The seed keyword to generate long-tail keywords from

search_intent
string

The search intent to generate long-tail keywords for. Supported values: informational, commercial, transactional, navigational. Default to informational.

count
integer

The number of long-tail keywords to generate (1-500). Default to 10.

Response

200
application/json

success

The response is of type object.