SerpApi source
Overview
The SerpApi source connector is currently in development.
At this time, the connector supports:
- Authentication / credential validation against SerpApi
It does not yet support:
- Discovering a catalog (streams)
- Extracting data
Setup
- Create or sign in to your SerpApi account.
- Generate or copy your API key.
- In your workspace, add a new SerpApi source and provide the API key.
Authentication
This connector authenticates using a SerpApi API key.
During connection testing/login, the connector validates credentials by calling:
GET https://serpapi.com/account.json?api_key=...
If the API key is invalid, the connector will fail the login step with a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your SerpApi API key. |
Streams
No streams are currently exposed.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
Limitations
- This connector cannot yet sync data from SerpApi.
- If you need SerpApi data now, wait for a future connector update that adds streams and extraction support.