We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new scrape job is submitted. Requires scrape configuration details such as target URL and selectors.
Emit new event when a scrape job completes and results are available. Requires a scrape job ID to monitor.
Emit new event when a scrape job fails or returns an error. Requires a scrape job ID or configuration to watch for errors.
Submit a new web scraping job with specified target URL and extraction rules. Requires URL and selector configuration.
Retrieve the result of a completed scraping job. Requires scrape job ID.
Cancel a pending or running scrape job. Requires scrape job ID.
The text was updated successfully, but these errors were encountered:
User request
Sorry, something went wrong.
No branches or pull requests
scrapeless
URLs
Webhook Sources
new-scrape-job-instant
Description
Emit new event when a new scrape job is submitted. Requires scrape configuration details such as target URL and selectors.
new-scrape-result-instant
Description
Emit new event when a scrape job completes and results are available. Requires a scrape job ID to monitor.
new-scrape-error-instant
Description
Emit new event when a scrape job fails or returns an error. Requires a scrape job ID or configuration to watch for errors.
Actions
submit-scrape-job
Description
Submit a new web scraping job with specified target URL and extraction rules. Requires URL and selector configuration.
get-scrape-result
Description
Retrieve the result of a completed scraping job. Requires scrape job ID.
cancel-scrape-job
Description
Cancel a pending or running scrape job. Requires scrape job ID.
The text was updated successfully, but these errors were encountered: