Get entities by rank
Query for long tail opportunities and receive entities along with their position in SERP.
Query Parameters
q string required
The Longtail query
ln string required
A location name, origin of the search
Example: London,England,United Kingdom
lc string required
Language Code
Example: en
sd string required
Search Domain
Example: google.co.uk, google.com.au, google.de, etc.
sc string
Possible values: [all
, local
, network
]
Analysis Scope
d string
Default value: 10
The maximum number of results to analyze
Responses
- 200
- 401
- 500
Found.
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
rank int32
entities object[]
reference string
The referenced entity URI
properties object
name string
The name of the entity.
sameAs string[]
A list of sameAs entity URIs.
[
{
"rank": 0,
"entities": [
{
"reference": "string",
"properties": {
"name": "string",
"sameAs": [
"string"
]
}
}
]
}
]
Authentication Failure
Server Error
Loading...