Serpapi

Learn how to use Serpapi with Composio

Overview

SLUG

SERPAPI

Description

SerpApi provides a real-time API for structured search engine results, allowing developers to scrape, parse, and analyze SERP data for SEO and research

Authentication Details

Tools

SLUG: SERPAPI_GOOGLE_DOMAINS_LIST

Retrieve the list of supported google domains for search queries.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SERPAPI_LOCATIONS_LIST

List locations

Action Parameters

limit
integer
q
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SERPAPI_EVENT_SEARCH

Searches for events (e.g., concerts, festivals, conferences) by query, retrieving structured data from google's event search results via the serpapi google events engine.

Action Parameters

query
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SERPAPI_FINANCE_SEARCH

Retrieves structured financial information (e.g., company data, stock details, market trends, news) from google finance via serp api based on a query.

Action Parameters

query
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SERPAPI_NEWS_SEARCH

Searches google news (via serpapi, using the `tbm=nws` parameter) for articles matching a query; precise queries yield best results.

Action Parameters

query
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SERPAPI_SCHOLAR_SEARCH

Searches google scholar via serpapi for academic literature, papers, articles, and citations based on a query.

Action Parameters

query
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired