Skip to content

[Components] scrapeless #16673

New issue

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

Open
pipedream-component-development opened this issue May 15, 2025 · 1 comment
Open

[Components] scrapeless #16673

pipedream-component-development opened this issue May 15, 2025 · 1 comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

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.

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 15, 2025
@sergio-eliot-rodriguez
Copy link
Collaborator

User request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Development

No branches or pull requests

2 participants