Apify

Apify and Crawlee Official Forum

b
F
A
J
A
Members
Ap_star
A
Ap_star
Offline, last seen last month
Joined August 28, 2024
When I added my proxy configuration to the playwright crawler that makes use of the chromium type browser, i throws and error meanwhile it doesnt throw an error when i specify firefox browser

code


)


crawler = PlaywrightCrawler(
# Limit the crawl to max requests. Remove or increase it for crawling all links.
max_requests_per_crawl=10,

# Headless mode, set to False to see the browser in action.
headless=False,

# Browser types supported by Playwright.
browser_type='chromium',

proxy_configuration=proxy_configuration,
use_session_pool=True,


)
6 comments
A
M
How do i set the username and password of my proxy when using python for crawlee py
4 comments
A
M
A
A
Ap_star
·

Crawlee Proxy

How do i use proxy crawlee servers if i don't have access to third party proxies
2 comments
A
M
When I added my proxy configuration to the playwright crawler that makes use of the chromium type browser, i throws and error meanwhile it doesnt throw an error when i specify firefox browser

code


)


crawler = PlaywrightCrawler(
# Limit the crawl to max requests. Remove or increase it for crawling all links.
max_requests_per_crawl=10,

# Headless mode, set to False to see the browser in action.
headless=False,

# Browser types supported by Playwright.
browser_type='chromium',

proxy_configuration=proxy_configuration,
use_session_pool=True,


)
6 comments
M
A
How do i set the username and password of my proxy when using python for crawlee py
4 comments
A
M
A
A
Ap_star
·

Crawlee Proxy

How do i use proxy crawlee servers if i don't have access to third party proxies
2 comments
A
M