Skip to main content

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

  1. Create or sign in to your SerpApi account.
  2. Generate or copy your API key.
  3. 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

FieldTypeRequiredDescription
api_keystringYesYour 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.