Apify

Apify and Crawlee Official Forum

b
F
A
J
A
Members
Danek
D
Danek
Offline, last seen 2 days ago
Joined August 30, 2024
Hello, is there any way to find out if user is trail user?
15 comments
1
H
D
S
A
d
I noticed that in anlytics tab I can see only new paying/trial users, not all for current month. Is this intended behavoiur? If so, how can I check total state?
1 comment
P
I just got an email about Actor has been flagged as under maintenance. I check run which triggered maintenance and it's succesfull. Why this is happening?
11 comments
D
Z
S
In case of renting an actor, whose proxy is being used when running with proxy setting on?
5 comments
D
O
Hello, let's consider scenario:
  • I start run
  • I make request r1
  • I make request r2
What happen in terms of source ip?
When I start run machine gets random ip address? Thus r1 and r2 are made from same ip?
1 comment
R
Hello,
I'm using selenium + apify proxies.
general code idea:

Plain Text
                driver = await create_driver()
                Actor.log.info("Driver created")
                driver.get(url)
                Actor.log.info(f"Opened: {driver.current_url}")


In logs I can see

Plain Text
2024-02-14T10:42:49.648Z INFO  Launching Chrome WebDriver...
2024-02-14T10:42:50.709Z INFO  Driver created
2024-02-14T10:44:48.834Z INFO  Opened: <url>

So it looks like it took almost 2 minutes to open this page.

Why could it be?
4 comments
D
M
Hello,
how to use apify proxy with selenium in effective way?
I know I can pass it as selenium config, but how to rotate it later?
3 comments
D
A
Hello,
I'm using selenium + apify proxies.
general code idea:

Plain Text
                driver = await create_driver()
                Actor.log.info("Driver created")
                driver.get(url)
                Actor.log.info(f"Opened: {driver.current_url}")


In logs I can see

Plain Text
2024-02-14T10:42:49.648Z INFO  Launching Chrome WebDriver...
2024-02-14T10:42:50.709Z INFO  Driver created
2024-02-14T10:44:48.834Z INFO  Opened: <url>

So it looks like it took almost 2 minutes to open this page.

Why could it be?
4 comments
D
M
Hello,
how to use apify proxy with selenium in effective way?
I know I can pass it as selenium config, but how to rotate it later?
3 comments
D
A