← Tools Reference

SERPHouse

SERPHouse integration (Data, Location). Imported from open-connector.

API key5 toolshttps://api.serphouse.com
GET
serphouse_account_info
Retrieve account and credit usage information for the connected SERPHouse key.

/account/info

GET
serphouse_list_domains
List search engine domains supported by SERPHouse SERP requests.

/domain/list

GET
serphouse_list_languages
List SERPHouse language codes for one supported search engine type.

/language/list/{type}

1 parameter
ParamTypeRequiredDescription
typestringrequiredSearch engine type accepted by SERPHouse lookup endpoints.
GET
serphouse_search_locations
Search SERPHouse locations for geo-targeted SERP requests.

/location/search

2 parameters
ParamTypeRequiredDescription
qstringrequiredLocation search text.
typestringrequiredSearch engine type for the location database.
POST
serphouse_search_web
Run a synchronous SERPHouse web SERP request and return structured JSON results.

/serp/live

11 parameters
ParamTypeRequiredDescription
qstringrequiredSearch phrase to send to SERPHouse.
domainstringrequiredSearch engine domain such as google.com, bing.com, or yahoo.com.
langstringrequiredLanguage code such as en or fr.
devicestringrequiredDevice type used for the SERP request.
locstringoptionalSERPHouse location string to target.
loc_idintegeroptionalSERPHouse location identifier to target.
verbatimintegeroptionalGoogle verbatim mode where 0 disables and 1 enables it.
gfilterintegeroptionalSearch filter mode where 1 enables similar and omitted result filtering and 0 d…
pageintegeroptionalResult page number to request.
num_resultintegeroptionalNumber of results to request per page.
date_rangestringoptionalDate filter accepted by SERPHouse, such as h, d, w, m, y, or YYYY-MM-DD,YYYY-MM…