Get entities
Query for long tail opportunities and receive entities.
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 required
Possible values: [
all
,local
,network
]Analysis Scope
- d string required
Default value:
10
The maximum number of results to analyze
Responses
- 200
- 401
- 500
Found.
- */*
- Schema
- Example (from schema)
Schema
- summary string required
entities object[]
The list of entities matching the query.
reference string requiredproperties object
name string requiredsameAs string[] required
{
"summary": "string",
"entities": [
{
"reference": "string",
"properties": {
"name": "string",
"sameAs": [
"string"
]
}
}
]
}
Authentication Failure
Server Error
Loading...