Skip to content

azharimm/google-trends-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Trends API

1. Trends Timeline

[POST] https://api-trends.azharimm.tk/trend/timeline

Example Body Params

{
    "keyword": "Jokowi",
    "startTime": "2020-10-01",
    "endTime": "2020-10-31",
    "geo": "id"
}

2. Trends Daily

[POST] https://api-trends.azharimm.tk/trend/daily

Example Body Params

{
    "date": "2020-10-27",
    "geo": "id"
}

3. Autocomplete Search

[POST] https://api-trends.azharimm.tk/trend/autocomplete

Example Body Params

{
    "keyword": "Trump"
}

4. Trends Region

[POST] https://api-trends.azharimm.tk/trend/region

Example Body Params

{
    "keyword": "Jokowi",
    "startTime": "2020-10-01",
    "endTime": "2020-10-31",
    "resolution": "city"
}

5. Trends Realtime

[POST] https://api-trends.azharimm.tk/trend/realtime

Example Body Params

{
    "geo": "us",
    "category": ""
}

5. Trends Related Queries

[POST] https://api-trends.azharimm.tk/trend/related-queries

Example Body Params

{
    "keyword": "Jokowi",
    "startTime": "2020-10-01",
    "endTime": "2020-10-31",
    "geo": "id"
}

6. Trends Related Topics

[POST] https://api-trends.azharimm.tk/trend/related-topics

Example Body Params

{
    "keyword": "Omnibuslaw",
    "startTime": "2020-10-01",
    "endTime": "2020-10-31",
    "geo": "id"
}

Country code

Releases

No releases published

Packages

No packages published