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
string
required
Your API authentication token. Value:
Token YOUR_API_KEYstring
default:"application/json"
Content type of the request. Value:
application/jsonResponse Structure
integer
Total number of crawlers available. Example:
53integer
Number of results per page. Example:
50integer
Current page number. Example:
1integer
Total number of pages available. Example:
1integer
Starting index of results in current page. Example:
1integer
Ending index of results in current page. Example:
53array
Array of crawler objects with comprehensive details
string | null
Full URL to the next page (null if on last page). Example:
nullstring | null
Full URL to the previous page (null if on first page). Example:
nullCrawler Object Fields
string
Unique identifier (hash) for the crawler. Example:
"4734d096159ef05210e0e1677e8be823"string
Human-readable name of the crawler. Example:
"Google Maps Search Export"string
URL-friendly identifier. Example:
"google-maps-search-export"boolean
Whether the crawler is publicly available. Example:
trueboolean
Whether the crawler is currently available for use (false if paused). Example:
trueRequires premium subscription or extra credits. Example:
falseboolean
Currently experiencing issues (runs paused until fixed). Example:
falseinteger
Maximum number of concurrent tasks allowed for this crawler. Example:
20number
Credits charged per result row. Example:
0.5object | null
Required account sync details (null if no authentication needed). Example:
nullstring
Base64-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