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

Add proxy functionality to AsyncWebCrawler and AsyncPlaywrightCrawler #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neelthepatel8
Copy link

@neelthepatel8 neelthepatel8 commented Oct 2, 2024

This PR adds proxy functionality to the AsyncWebCrawler and AsyncPlaywrightCrawlerStrategy classes.

Linked Issue: #116

  • Modified AsyncWebCrawler to accept a proxy parameter.
  • Updated AsyncPlaywrightCrawlerStrategy to handle proxy settings when launching the browser.
  • Added usage example in the documentation.

This allows users to specify a proxy server for crawling, which can be useful for accessing content behind firewalls.

@neelthepatel8 neelthepatel8 changed the title Add proxy functionality to AsyncWebCrawler and AsyncPlaywrightCrawler… Add proxy functionality to AsyncWebCrawler and AsyncPlaywrightCrawler Oct 2, 2024
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.

1 participant