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

Max depth feature #571

Closed
wants to merge 2 commits into from
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

@janbuchar
Copy link
Collaborator

Hello @akash47angadi and thank you for your contribution! Is this a work in progress? If so, please convert it to a draft.

@vdusek vdusek marked this pull request as draft October 8, 2024 17:52
@fnesveda fnesveda added the t-tooling Issues with this label are in the ownership of the tooling team. label Oct 9, 2024
@janbuchar
Copy link
Collaborator

Closing due to inactivity

@janbuchar janbuchar closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement max crawl depth
3 participants