Serphouse
serphouseHigh Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.
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ónTool 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.
SERPHOUSE_ACCOUNT_INFOAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain ListSERPHOUSE_DOMAIN_LISTAcciónTool 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.
SERPHOUSE_DOMAIN_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Google Jobs SearchSERPHOUSE_GOOGLE_JOBS_SEARCHAcciónTool 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.
SERPHOUSE_GOOGLE_JOBS_SEARCHAcciónTool 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
qstringObligatorioSearch phrase to query for job listings.
locstringLocation name as string (e.g., 'New York,New York,United States'). Mutually exclusive with loc_id - provide either loc or loc_id, not both.
langstringObligatorioLanguage code for search results (e.g., 'en' for English, 'fr' for French).
domainstringObligatorioGoogle domain to search (e.g., 'google.com', 'google.co.uk').
loc_idintegerLocation ID as integer. Mutually exclusive with loc - provide either loc or loc_id, not both.
date_rangestringFilter 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Schedule Google SERP Advanced SearchSERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULEDAcciónTool 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.
SERPHOUSE_GOOGLE_SERP_ADVANCED_SCHEDULEDAcciónTool 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[]ObligatorioList of search tasks to schedule. Each task will retrieve up to 100 results across multiple pages.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Language ListSERPHOUSE_LANGUAGE_LISTAcciónTool 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.
SERPHOUSE_LANGUAGE_LISTAcciónTool 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
typestringObligatorioenumSpecifies the search engine source. Valid values are 'google', 'bing', or 'yahoo'
googlebingyahoo
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search LocationsSERPHOUSE_LOCATION_SEARCHAcciónTool 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.
SERPHOUSE_LOCATION_SEARCHAcciónTool 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
qstringObligatorioSearch term to filter the location database. This is the location name or keyword you want to search for.
typestringObligatorioenumSpecifies the location provider. Must be either 'google' or 'bing'. Different providers have different location lists.
googlebing
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check SERP Task StatusSERPHOUSE_SERP_CHECKAcciónTool 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.
SERPHOUSE_SERP_CHECKAcciónTool 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
idstringObligatorioUnique identifier of the SERP task to check status for. This ID is returned when the task was initially created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
SERP Live Search (GET)SERPHOUSE_SERP_LIVE_GETAcciónTool 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.
SERPHOUSE_SERP_LIVE_GETAcciónTool 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
qstringObligatorioSearch phrase to query.
locstringLocation name for geographically targeted results. Mutually exclusive with loc_id.
langstringObligatorioResult language using ISO language codes (e.g., 'en', 'fr', 'es').
pagestringResults page number to retrieve. Defaults to first page.
devicestringObligatorioenumDevice type for the search.
desktoptabletmobiledomainstringObligatorioenumSearch engine domain to use.
google.combing.comyahoo.comloc_idstringLocation ID for geographically targeted results. Mutually exclusive with loc.
gfilterstringenumFilter similar or omitted results. '0' to disable, '1' to enable (default).
01verbatimstringenumGoogle verbatim search mode. '0' for disabled, '1' for enabled.
01serp_typestringObligatorioenumType of search results to retrieve.
webnewsimagedate_rangestringPublication timeframe. Use 'h'/'d'/'w'/'m'/'y' for relative dates or 'YYYY-MM-DD,YYYY-MM-DD' format for date ranges.
num_resultstringNumber of results per page. Defaults to 100.
responseTypestringenumResponse format type. Defaults to 'json'.
htmljson
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Execute SERP Live POST SearchSERPHOUSE_SERP_LIVE_POSTAcciónTool 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.
SERPHOUSE_SERP_LIVE_POSTAcciónTool 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
qstringObligatorioSearch phrase or query to search for.
locstringLocation name for the search (e.g., 'New York,New York,United States'). Either loc or loc_id must be specified.
langstringObligatorioLanguage code for the search (e.g., 'en' for English, 'fr' for French).
pageintegerPage number of results to retrieve. Default is 1.
devicestringObligatorioenumDevice type to simulate for the search.
desktoptabletmobiledomainstringObligatorioenumSearch engine domain to use for the search.
google.combing.comyahoo.comloc_idintegerLocation ID for the search. Either loc or loc_id must be specified.
gfilterintegerenumSimilar/Omitted results filter. Default is 1. 0 = disabled, 1 = enabled.
01verbatimintegerenumGoogle Verbatim search mode. 0 = disabled, 1 = enabled.
01serp_typestringObligatorioenumType of search results to retrieve.
webnewsimageshopdate_rangestringDate filter for results. Use 'h' (hour), 'd' (day), 'w' (week), 'm' (month), 'y' (year), or custom range 'YYYY-MM-DD,YYYY-MM-DD'.
num_resultintegerNumber of results per page. Default is 100.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Schedule SERP TasksSERPHOUSE_SERP_SCHEDULEAcciónTool 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.
SERPHOUSE_SERP_SCHEDULEAcciónTool 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[]ObligatorioArray of SERP tasks to schedule. Maximum 100 tasks per request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trends Categories ListSERPHOUSE_TRENDS_CATEGORIES_LISTAcciónTool to retrieve the full list of categories and subcategories for Google Trends searches. Use when you need category IDs for filtering trends analysis.
SERPHOUSE_TRENDS_CATEGORIES_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check Trend Search StatusSERPHOUSE_TRENDS_CHECKAcciónTool to check the status of a previously submitted trend search task. Use when you need to monitor completion progress of a trend search.
SERPHOUSE_TRENDS_CHECKAcciónTool 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
idstringObligatorioUnique identifier of the SERP task to check status for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trends Country ListSERPHOUSE_TRENDS_COUNTRY_LISTAcciónTool to retrieve the full list of countries and states for Google Trends searches. Use when you need geographic targeting options for trends analysis.
SERPHOUSE_TRENDS_COUNTRY_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trend Search ResultsSERPHOUSE_TRENDS_GETAcciónTool 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.
SERPHOUSE_TRENDS_GETAcciónTool 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
idstringObligatorioUnique identifier of your trend search task. This is the task ID returned from the trend search request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trends Language ListSERPHOUSE_TRENDS_LANGUAGE_LISTAcciónTool 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.
SERPHOUSE_TRENDS_LANGUAGE_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Schedule Google Trends SearchSERPHOUSE_TRENDS_SCHEDULEAcciónTool 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.
SERPHOUSE_TRENDS_SCHEDULEAcciónTool 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[]ObligatorioArray of trend search tasks to schedule (max 100 tasks in batch)
pingback_urlstringNotification URL for task completion via GET request
postback_urlstringWebhook URL for result delivery via POST request
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Perform Google Trends SearchSERPHOUSE_TRENDS_SEARCHAcciónTool 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.
SERPHOUSE_TRENDS_SEARCHAcciónTool 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
geostringGeographic location. '' for Worldwide or country/state code.
timestringObligatorioTime 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'.
categoryintegerCategory filter. 0 for all categories or specific category ID.
keywordsstringObligatorioSearch terms (max 5). Single term like 'google' or comma-separated like 'google,youtube'.
propertystringSearch property type. Valid values: '' (Web), 'images', 'news', 'froogle', 'youtube'.
langauge_codestringLanguage code. 'en' or other language codes.
time_zone_offsetintegerObligatorioTimezone offset value. Available offsets from timezone list endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Trends Timezone ListSERPHOUSE_TRENDS_TIMEZONE_LISTAcciónTool 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.
SERPHOUSE_TRENDS_TIMEZONE_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not