Trend
GET/api/v1/google/trend
Get Google trend data for a given keyword with a daily frequency. The values in response are normalized into a range from 0 to 100, where 0 corresponds to a minimal interest, and 100 corresponds to a maximum interest.
Request
Query Parameters
keyword stringrequired
Specifies keyword
Header Parameters
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Bad Request
- application/json
- Schema
Schema
string
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...