NAiOS IconNAiOS Logo
Volver al catálogo

Search api

search_api

Your real-time SERP API solution. Mastering proxy management, CAPTCHAs, and JSON parsing for seamless web data extraction.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Account InfoSEARCH_API_GET_ACCOUNT_INFOAcción

Tool to retrieve account usage statistics including monthly usage, remaining credits, hourly limits, and subscription period information. Use when you need to check current account status or usage limits.

Parámetros de entrada

  • zero_retentionboolean

    Enterprise-only feature. When set to true, disables all logging and persistent storage for this request.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Cached Search by IDSEARCH_API_GET_CACHED_SEARCH_BY_IDAcción

Tool to retrieve cached search results by search ID in JSON format. Use when you need to access previously executed search results without re-running the query. The search ID is found in the search_metadata.id or search_metadata.json_url field from initial search responses. Cached results are available for 90 days.

Parámetros de entrada

  • search_idstringObligatorio

    The unique identifier for a previously executed search, formatted as 'search_[alphanumeric]'. This ID is found in the 'id' or 'json_url' field of the search_metadata from initial search responses.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Cached Search HTML by IDSEARCH_API_GET_CACHED_SEARCH_HTML_BY_IDAcción

Tool to retrieve cached search results by search ID in HTML format. Use when you need to access the raw HTML snapshot of a previous search execution. The search ID is available in the search_metadata.id or search_metadata.html_url field from initial search responses.

Parámetros de entrada

  • search_idstringObligatorio

    The unique identifier for a previously executed search. This ID is found in the 'id' or 'html_url' field of the search_metadata from initial search responses.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get LocationsSEARCH_API_GET_LOCATIONSAcción

Tool to get available locations for geo-localized search queries. Use when you need to find location identifiers for targeting Google searches to specific geographic areas. Returns location metadata including identifiers, names, coordinates, and population reach.

Parámetros de entrada

  • qstringObligatorio

    Search query for location lookup. The location name you want to search for (e.g., 'new york', 'london', 'tokyo').

  • limitinteger

    Maximum number of results to return. Default is 10, maximum allowed is 100.

  • zero_retentionboolean

    Enterprise feature only. When set to true, disables logging of the request. Only available for enterprise accounts.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

SearchSEARCH_API_SEARCHAcción

Tool to perform unified search across 40+ search engines including Google, Bing, Yahoo, DuckDuckGo, YouTube, Amazon, and more. Use when you need to retrieve search results with rich structured data including organic results, ads, knowledge graphs, local listings, images, videos, and related searches. Supports advanced filtering by location, language, date, device type, and SafeSearch settings.

Parámetros de entrada

  • qstringObligatorio

    Search query terms with support for operators and advanced filters.

  • crstring

    Restricts results by country via TLD or IP geolocation.

  • glstring

    Country code for results (default: us). Two-letter country code.

  • hlstring

    Interface language code (default: en). Two-letter language code.

  • lrstring

    Restricts results by document language (format: lang_xx).

  • numinteger

    Number of results per page. Note: Google now returns a constant 10 results regardless of this parameter.

  • nfprinteger

    Set to 1 to exclude auto-corrected results.

  • pageinteger

    Results page number for pagination (default: 1).

  • safestring

    SafeSearch setting: 'active' to filter explicit content or 'off' to disable (default: off).

  • uulestring

    Google-encoded location parameter. Cannot be used together with location parameter.

  • kgmidstring

    Knowledge Graph identifier for entity-specific searches.

  • devicestring

    Device type for search results: desktop, mobile, or tablet (default: desktop).

  • enginestringObligatorio

    Specifies the search engine to use. Supported engines include: google, bing, yahoo, duckduckgo, youtube, google_maps, google_shopping, google_jobs, google_hotels, amazon_search, ebay_search, walmart_search, apple_app_store, baidu, yandex, naver, and many more.

  • filterinteger

    Enable (1) or disable (0) duplicate content filters (default: 1).

  • locationstring

    Canonical search location for geo-targeted results (e.g., 'United States', 'London,England,United Kingdom').

  • time_periodstring

    Filter results by date: last_hour, last_day, last_week, last_month, or last_year.

  • google_domainstring

    Google domain to search (default: google.com).

  • zero_retentionboolean

    Enterprise-only feature. When set to true, disables all logging and persistent storage for this request.

  • time_period_maxstring

    Custom date range end in MM/DD/YYYY format.

  • time_period_minstring

    Custom date range start in MM/DD/YYYY format.

  • optimization_strategystring

    Search optimization strategy: 'performance' or 'ads' (default: performance).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not