Check the status of a Dataify scraper task
Browser
Dataify Task Operations
Try itWait for Dataify tasks and return final results
What it does
Monitor a Dataify Builder task through completion, recover safely after interruption, or guide cross-platform DATAIFY_API_TOKEN setup. Use automatically after scraper submission, when the user provides an existing task ID, or asks how to configure the token. Do not use when the user explicitly requests submission-only behavior.
The skill document
Dataify Task Operations
Complete the asynchronous task lifecycle instead of stopping at task creation.
Contract
Treat task states as submitted, queued, running, succeeded, failed, or cancelled. Preserve an unknown provider state verbatim and map it only when the meaning is unambiguous.
Workflow
- Require a task ID. Reuse one returned earlier in the conversation when unambiguous.
- Read
DATAIFY_API_TOKENfrom the environment. Never accept or print it as a command-line argument. - Use an installed Dataify task-status/result tool when available. Do not invent an endpoint that is not documented in the repository or exposed by a connected tool.
- If status is queued or running, report the current state and continue monitoring only when the user asked to wait or monitor.
- If succeeded, return the available result or download link. Summarize by default and preserve access to raw data.
- If failed, return the provider error, likely corrective action, and whether retrying is safe.
- If no status/result capability is installed, report the task ID and dashboard URL as an explicit handoff. State that automated retrieval is unavailable; do not claim completion.
Safety
- Do not retry paid or high-volume tasks without confirmation.
- Do not expose tokens, cookies, signed URLs, or private result contents in logs.
- Do not infer success from the presence of a task ID.
Related skills
Download a completed Dataify task result
Audit Dataify integrations for safe production patterns
Configure Dataify and complete the first successful task
Route outcomes to the right Dataify capabilities
Inspect a site and generate a Dataify scraper starter