Function Details

Google Trends

Provided by

Logo

DataForSEO

Return a table with the columns date_from, date_to, timestamp, missing_data, values for Google Trends data.

Example

Given the input:

marketing, seo

It will return the data in JSON String record format:

[
  {
    "date_from": "2023-01-29",
    "date_to": "2023-02-04",
    "timestamp": 1674950400,
    "missing_data": false,
    "values": 74
  },
  {
    "date_from": "2023-02-05",
    "date_to": "2023-02-11",
    "timestamp": 1675555200,
    "missing_data": false,
    "values": 59
  },
  ...]

date_from date_to timestamp missing_data values 2023-01-29 2023-02-04 1674950400 false 74 2023-02-05 2023-02-11 1675555200 false 59