GET
/v1/crawlers/{crawler_hash}Get Crawler Details
Retrieve detailed information about a specific crawler including input parameters and output fieldsThis endpoint retrieves detailed information about a specific crawler using its hash ID. It helps you understand each crawler's availability, cost, parameters, and potential issues before using it.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | No |
Response Field Explanations
id
string
Example: c106a44a98044ef18acc59986ae10967
name
string
Example: Google Maps (1)
slug
string
Example: ""
is_public
boolean
Example: true
is_available
boolean
Example: true
is_premium
boolean
Example: false
has_issues
boolean
Example: false
account
objectnull
Example: null
input
array
Example: []
result
array
Example: []
Understanding Input Parameters
input[].level
string
Example: ""
input[].is_params
string
Example: ""
input[].is_details
string
Example: ""
input[].function
string
Example: ""
input[].credits_per_function
string
Example: ""
input[].name
string
Example: Google Maps (1)
input[].type
string
Example: ""
input[].required
string
Example: ""
input[].default
string
Example: ""
Parameters
crawler_hashstring
RequiredExample:
4734d096159ef05210e0e1677e8be823Pro Tip
Check the 'has_issues' flag before creating tasks. If true, the crawler is experiencing problems and runs are paused.
Note
Parameters with 'function: true' are optional add-ons that cost extra credits per row (specified in 'credits_per_function').
Warning
Some crawlers require account synchronization (see 'account' field). You'll need to sync cookies before running these crawlers.
Pro Tip
Use the 'result' array to know exactly what fields will be returned in your data. This helps you plan your data processing pipeline.