Schedule Search
All POST data should be sent in the JSON format (UTF-8 encoding). The task setting is done using the POST method when the array of tasks is sent into json format. We recommend to set up to 100 tasks at a time. Such limits were set due to the variations of task setting methods that you may use.
Requires authentication
POST
https://api.serphouse.com/trends/schedule
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer <YOUR_API_KEY> |
Content-Type* | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
time_zone_offset* | integer | Pass Timezone offset. You can receive the list of available timezone of google trend with their offset value by making a separate request to the List of timezone and offset |
keywords* | string | Search keyword single
|
time* | string |
|
property | string | property should contain bellow list only.
|
category | integer | by Default category is |
geo | string | by Default geo is |
langauge_code | string | by Default language code is |
postback_url | url | return URL for sending task results If you specify the Postback URL there will be no need to use Get Trend search Tasks Results for obtaining results. We will send the result of a completed task by a POST request to the URL as soon as the task is completed. You can change your webhook setting from Webhook Settings Page. |
pingback_url | url | Pingback URL is Notification URL of a completed task, When a task is completed we will notify you by GET request sent to the URL you have specified. You can change your webhook setting from Webhook Settings Page. |
Example request:
Last updated