← Tools Reference

Spider Cloud

Spider Cloud integration (Data, Developer Tools). Imported from open-connector.

API key4 toolshttps://api.spider.cloud
GET
spider_get_credits
Get the available credits for the connected Spider Cloud account.

/data/credits

POST
spider_scrape
Scrape one public URL with Spider Cloud and return its JSON response.

/scrape

11 parameters
ParamTypeRequiredDescription
urlstringrequiredThe public URL Spider Cloud should scrape.
requeststringoptionalThe retrieval engine Spider Cloud should use.
return_formatstringoptionalThe JSON-compatible page content format to return.
readabilitybooleanoptionalWhether Spider Cloud should apply readability processing.
metadatabooleanoptionalWhether Spider Cloud should include page metadata.
return_page_linksbooleanoptionalWhether Spider Cloud should include links found on the page.
filter_output_main_onlybooleanoptionalWhether Spider Cloud should keep only main-page content.
respect_robotsbooleanoptionalWhether Spider Cloud should respect the target site's robots rules.
cachebooleanoptionalWhether Spider Cloud may use a cached response.
request_timeoutintegeroptionalThe upstream page request timeout in milliseconds.
delayintegeroptionalThe delay in milliseconds before Spider Cloud captures page content.
POST
spider_search
Search the web with Spider Cloud and optionally fetch result-page content.

/search

9 parameters
ParamTypeRequiredDescription
searchstringrequiredThe web search query.
search_limitintegeroptionalThe maximum number of search results to retrieve.
fetch_page_contentbooleanoptionalWhether Spider Cloud should fetch content from each search result.
locationstringoptionalThe location name used to localize search results.
countrystringoptionalThe country code used to localize search results.
languagestringoptionalThe language code used to localize search results.
pageintegeroptionalThe 1-indexed search result page to retrieve.
requeststringoptionalThe retrieval engine Spider Cloud should use.
return_formatstringoptionalThe JSON-compatible page content format to return.
POST
spider_get_links
Extract links from one public URL with Spider Cloud.

/links

5 parameters
ParamTypeRequiredDescription
urlstringrequiredThe public URL whose links Spider Cloud should extract.
requeststringoptionalThe retrieval engine Spider Cloud should use.
respect_robotsbooleanoptionalWhether Spider Cloud should respect the target site's robots rules.
cachebooleanoptionalWhether Spider Cloud may use a cached response.
request_timeoutintegeroptionalThe upstream page request timeout in milliseconds.