Serp Robot
The Serp Robot Connector provides automated access to the Serp Robot API.
Prerequisites
- API Key
- a user-unique API key that will be provided to you by Serp Robot
Scheduling
The Serp Robot connector can be scheduled to ingest data once per day at a user-defined hour and timezone.
By default, the connector will run once at 6am PT.
See Daily Scheduling for more information.
Sample Switchboard Script
download bundle t {
type: "serp_robot";
key: "serp_robot";
table projects using {*};
table keywords using {*};
};