NAiOS IconNAiOS Logo
Volver al catálogo

Serphouse

serphouse

High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.

Acciones
18
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 (18)

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 InformationSERPHOUSE_ACCOUNT_INFOAcción

Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans.

Parámetros de entrada

Sin parámetros.

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 Domain ListSERPHOUSE_DOMAIN_LISTAcción

Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries.

Parámetros de entrada

Sin parámetros.

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

Google Jobs SearchSERPHOUSE_GOOGLE_JOBS_SEARCHAcción

Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters.

Parámetros de entrada

  • qstringObligatorio

    Search phrase to query for job listings.

  • locstring

    Location name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.

  • langstringObligatorio

    Language code for search results (e.g., 'en' for English, 'fr' for French).

  • domainstringObligatorio

    Google domain to search (e.g., 'google.com', 'google.co.uk').

  • loc_idinteger

    Location ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.

  • date_rangestring

    Filter by posting date. Accepts 'h' (past hour), 'd' (24 hours), 'w' (week), 'm' (month), 'y' (year), or custom date range format.

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

Schedule Google SERP Advanced SearchSERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULEDAcción

Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Credits are reserved upfront based on max_pages (1 page = 1 credit), with automatic refunds for unused pages.

Parámetros de entrada

  • dataobject[]Obligatorio

    List of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.

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 Language ListSERPHOUSE_LANGUAGE_LISTAcción

Tool to retrieve full list of languages supported by Google, Bing, and Yahoo for SERP requests. Use when you need language codes for making SERP API requests or when configuring language-specific searches.

Parámetros de entrada

  • typestringObligatorioenum

    Specifies the search engine source. Valid values are 'google', 'bing', or 'yahoo'

    googlebingyahoo

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

Search LocationsSERPHOUSE_LOCATION_SEARCHAcción

Tool to search and retrieve available locations for SERP API from Google or Bing geographical targeting data. Use when you need to find valid location targets before making SERP API requests.

Parámetros de entrada

  • qstringObligatorio

    Search term to filter the location database. This is the location name or keyword you want to search for.

  • typestringObligatorioenum

    Specifies the location provider. Must be either 'google' or 'bing'. Different providers have different location lists.

    googlebing

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

Check SERP Task StatusSERPHOUSE_SERP_CHECKAcción

Tool to check the status of a previously submitted SERP task. Use when monitoring task completion progress or verifying whether a SERP task has finished processing.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the SERP task to check status for. This ID is returned when the task was initially created.

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

SERP Live Search (GET)SERPHOUSE_SERP_LIVE_GETAcción

Tool to execute real-time search requests and retrieve search engine results immediately via HTTP GET. Use when you need to perform searches on Google, Bing, or Yahoo and get instant SERP data.

Parámetros de entrada

  • qstringObligatorio

    Search phrase to query.

  • locstring

    Location name for geographically targeted results. Mutually exclusive with loc_id.

  • langstringObligatorio

    Result language using ISO language codes (e.g., 'en', 'fr', 'es').

  • pagestring

    Results page number to retrieve. Defaults to first page.

  • devicestringObligatorioenum

    Device type for the search.

    desktoptabletmobile
  • domainstringObligatorioenum

    Search engine domain to use.

    google.combing.comyahoo.com
  • loc_idstring

    Location ID for geographically targeted results. Mutually exclusive with loc.

  • gfilterstringenum

    Filter similar or omitted results. '0' to disable, '1' to enable (default).

    01
  • verbatimstringenum

    Google verbatim search mode. '0' for disabled, '1' for enabled.

    01
  • serp_typestringObligatorioenum

    Type of search results to retrieve.

    webnewsimage
  • date_rangestring

    Publication timeframe. Use 'h'/'d'/'w'/'m'/'y' for relative dates or 'YYYY-MM-DD,YYYY-MM-DD' format for date ranges.

  • num_resultstring

    Number of results per page. Defaults to 100.

  • responseTypestringenum

    Response format type. Defaults to 'json'.

    htmljson

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

Execute SERP Live POST SearchSERPHOUSE_SERP_LIVE_POSTAcción

Tool to execute real-time search requests and retrieve search engine results immediately using HTTP POST method. Use when you need to get fresh SERP data from Google, Bing, or Yahoo with specific location and device targeting. Supports web, news, image, and shopping search types with advanced filtering options.

Parámetros de entrada

  • qstringObligatorio

    Search phrase or query to search for.

  • locstring

    Location name for the search (e.g., 'New York,New York,United States'). Either loc or loc_id must be specified.

  • langstringObligatorio

    Language code for the search (e.g., 'en' for English, 'fr' for French).

  • pageinteger

    Page number of results to retrieve. Default is 1.

  • devicestringObligatorioenum

    Device type to simulate for the search.

    desktoptabletmobile
  • domainstringObligatorioenum

    Search engine domain to use for the search.

    google.combing.comyahoo.com
  • loc_idinteger

    Location ID for the search. Either loc or loc_id must be specified.

  • gfilterintegerenum

    Similar/Omitted results filter. Default is 1. 0 = disabled, 1 = enabled.

    01
  • verbatimintegerenum

    Google Verbatim search mode. 0 = disabled, 1 = enabled.

    01
  • serp_typestringObligatorioenum

    Type of search results to retrieve.

    webnewsimageshop
  • date_rangestring

    Date filter for results. Use 'h' (hour), 'd' (day), 'w' (week), 'm' (month), 'y' (year), or custom range 'YYYY-MM-DD,YYYY-MM-DD'.

  • num_resultinteger

    Number of results per page. Default is 100.

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

Schedule SERP TasksSERPHOUSE_SERP_SCHEDULEAcción

Tool to schedule SERP search tasks for asynchronous processing. Use when you need to queue multiple search tasks (up to 100 at once) for later execution. Results can be retrieved via webhook or polling.

Parámetros de entrada

  • dataobject[]Obligatorio

    Array of SERP tasks to schedule. Maximum 100 tasks per 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 Trends Categories ListSERPHOUSE_TRENDS_CATEGORIES_LISTAcción

Tool to retrieve the full list of categories and subcategories for Google Trends searches. Use when you need category IDs for filtering trends analysis.

Parámetros de entrada

Sin parámetros.

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

Check Trend Search StatusSERPHOUSE_TRENDS_CHECKAcción

Tool to check the status of a previously submitted trend search task. Use when you need to monitor completion progress of a trend search.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the SERP task to check status for.

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 Trends Country ListSERPHOUSE_TRENDS_COUNTRY_LISTAcción

Tool to retrieve the full list of countries and states for Google Trends searches. Use when you need geographic targeting options for trends analysis.

Parámetros de entrada

Sin parámetros.

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 Trend Search ResultsSERPHOUSE_TRENDS_GETAcción

Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results are available.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of your trend search task. This is the task ID returned from the trend search 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 Trends Language ListSERPHOUSE_TRENDS_LANGUAGE_LISTAcción

Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests.

Parámetros de entrada

Sin parámetros.

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

Schedule Google Trends SearchSERPHOUSE_TRENDS_SCHEDULEAcción

Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, or regions. Supports batch processing of up to 100 tasks.

Parámetros de entrada

  • dataobject[]Obligatorio

    Array of trend search tasks to schedule (max 100 tasks in batch)

  • pingback_urlstring

    Notification URL for task completion via GET request

  • postback_urlstring

    Webhook URL for result delivery via POST 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

Perform Google Trends SearchSERPHOUSE_TRENDS_SEARCHAcción

Tool to perform real-time Google Trends search to retrieve trend data for specified keywords. Use when you need to analyze keyword popularity across time periods and geographic locations.

Parámetros de entrada

  • geostring

    Geographic location. '' for Worldwide or country/state code.

  • timestringObligatorio

    Time range specification. Valid values: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', or custom range 'YYYY-MM-DD YYYY-MM-DD'.

  • categoryinteger

    Category filter. 0 for all categories or specific category ID.

  • keywordsstringObligatorio

    Search terms (max 5). Single term like 'google' or comma-separated like 'google,youtube'.

  • propertystring

    Search property type. Valid values: '' (Web), 'images', 'news', 'froogle', 'youtube'.

  • langauge_codestring

    Language code. 'en' or other language codes.

  • time_zone_offsetintegerObligatorio

    Timezone offset value. Available offsets from timezone list endpoint.

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 Trends Timezone ListSERPHOUSE_TRENDS_TIMEZONE_LISTAcción

Tool to retrieve full list of timezones and offset values for use in Google Trend search requests. Use when you need timezone information for trend analysis or when configuring timezone-specific trend searches.

Parámetros de entrada

Sin parámetros.

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