Skip to content
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

feat: Add maximum crawl depth feature #570

Closed

Conversation

akash47angadi
Copy link

Description
This PR introduces a maximum crawl depth feature to the Crawlee library. It allows users to restrict the crawler's depth to a specified level, enabling better control over the crawling process, particularly when dealing with content aggregation sites.

Changes include:

Implementation of a depth tracking mechanism within the crawler.
Modifications to the request handling logic to support the max depth feature.
Issues
Fixes: #460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement max crawl depth
1 participant