← All integrations

SerpApi

48 operations0 webhooks

Search engine results API for Google, Bing, and other SERP scraping at scale.

Supported operations

  • Baidu SearchRead-only

    Baidu (Chinese search engine) results

  • Bing MapsRead-only

    Bing Maps search for places and businesses

  • Bing SearchRead-only

    Bing search engine results

  • Duck Duck Go Light SearchRead-only

    Fast, lightweight DuckDuckGo search

  • Duck Duck Go MapsRead-only

    DuckDuckGo Maps search for places and businesses

  • Duck Duck Go SearchRead-only

    DuckDuckGo search engine results

  • Naver SearchRead-only

    Naver (South Korea's leading search engine) results

  • Yahoo SearchRead-only

    Yahoo! search engine results

  • Yahoo VideosRead-only

    Yahoo! Videos search results

  • Yandex Images SearchRead-only

    Yandex Images search results

  • Yandex SearchRead-only

    Yandex search engine results

  • Youtube SearchRead-only

    YouTube video search results

FAQ

Install corsair and @corsair-dev/serpapi, add the SerpApi plugin, and connect with an API key. Then call methods like corsair.serpapi.api.engines.baiduSearch() from your app. Corsair keeps each tenant isolated.

Yes. SerpApi requires an API key from your SerpApi account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit SerpApi, GitHub, Notion, Stripe, and the rest. Trigger SerpApi from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for search engine results api for google, bing, and other serp scraping at scale. Common builds include sync jobs, admin tooling, and agents that call SerpApi APIs from your backend.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per SerpApi API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/serpapi in the open repo. When SerpApi ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your SerpApi data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store SerpApi data on your behalf.