List Crawlers
Crawler
List Crawlers
Retrieve a list of all available crawlers and their capabilities
GET
List Crawlers
This endpoint returns a paginated list of all available crawlers on the lobstr.io platform. Each crawler is designed to extract specific types of data from different sources.
Use this endpoint to discover which crawlers are available for your data collection needs before creating squids or adding tasks.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYContent type of the request. Value:
application/jsonResponse Structure
Total number of crawlers available. Example:
47Number of results per page. Example:
50Current page number. Example:
1Total number of pages available. Example:
1Starting index of results in current page. Example:
1Ending index of results in current page. Example:
47Array of crawler objects with comprehensive details
Full URL to the next page (null if on last page). Example:
nullFull URL to the previous page (null if on first page). Example:
nullCrawler Object Fields
Unique identifier (hash) for the crawler. Example:
"4734d096159ef05210e0e1677e8be823"Human-readable name of the crawler. Example:
"Google Maps Search Export"URL-friendly identifier. Example:
"google-maps-search-export"Whether the crawler is publicly available. Example:
trueWhether the crawler is currently available for use (false if paused). Example:
trueRequires premium subscription or extra credits. Example:
falseCurrently experiencing issues (runs paused until fixed). Example:
falseMaximum number of concurrent tasks allowed for this crawler. Example:
20Credits charged per result row. Example:
0.5Required account sync details (null if no authentication needed). Example:
nullBase64-encoded SVG icon for UI display. Example:
"data:image/svg+xml;base64,PHN2ZyB4bWxucz..."Each crawler has a unique hash identifier that you’ll use when creating squids or configuring data collection tasks.
Code Examples
Response
200