Get Crawler Details
Crawler
Get Crawler Details
Retrieve detailed information about a specific crawler including input parameters and output fields
GET
Get Crawler Details
This 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
Your API authentication token. Value:
Token YOUR_API_KEYContent type of the request. Value:
application/jsonQuery Parameters
The unique identifier (hash/id) of the crawler. Example:
4734d096159ef05210e0e1677e8be823Response Field Explanations
Unique identifier for the crawler. Example:
"c106a44a98044ef18acc59986ae10967"Human-readable name (e.g., “Google Maps Search Export”). Example:
"Google Maps (1)"URL-friendly identifier. Example:
""Whether the crawler is publicly accessible. Example:
trueWhether the crawler is available for runs (false if paused). Example:
trueRequires premium subscription or extra credits. Example:
falseCurrently experiencing issues (runs paused until fixed). Example:
falseRequired account sync details (null if no authentication needed). Example:
nullArray of configurable parameters (task-level and squid-level). Example:
[]Array of output field names this crawler collects. Example:
[]Understanding Input Parameters
Parameter level: “task” (per URL/task) or “squid” (overall run behavior). Example:
""For task-level: true indicates this parameter is used per task submission. Example:
""For squid-level: true indicates this controls overall behavior or features. Example:
""If true, this is an optional add-on feature with extra credit costs. Example:
""Extra credits charged per row when this optional function is enabled. Example:
""Parameter name to use when configuring the crawler. Example:
"Google Maps (1)"Data type of the parameter (string, int, boolean, etc.). Example:
""Whether this parameter is mandatory. Example:
""Default value if parameter is not provided. Example:
""Parameters with ‘function: true’ are optional add-ons that cost extra credits per row (specified in ‘credits_per_function’).
Code Examples
Response
200