Alexey Udovydchenko
Alexey Udovydchenko
CACrawlee & Apify
Created by Rajveer on 5/20/2025 in #apify-platform
No views count
Instagram removed views counter from the interface and in the internal data.
4 replies
CACrawlee & Apify
Created by harsh-harlequin on 3/12/2025 in #crawlee-js
Redirect Control
sessions defined by the session pool, so on blocking mark request session as "bad" to not continue with other requests if current one is blocked
7 replies
CACrawlee & Apify
Created by flat-fuchsia on 3/13/2025 in #apify-platform
Actor Runs more that the limit
4 replies
CACrawlee & Apify
Created by plain-purple on 3/13/2025 in #apify-platform
Actor Runs more that the limit
Just misunderstanding: https://docs.apify.com/api/v2/act-run-sync-post is to return OUTPUT, not dataset
4 replies
CACrawlee & Apify
Created by flat-fuchsia on 3/11/2025 in #crawlee-js
TypeError: Invalid URL
Please try template https://console.apify.com/actors/templates/js-crawlee-puppeteer-chrome - if direct URL works for the template, then you doing something wrong
5 replies
CACrawlee & Apify
Created by like-gold on 3/12/2025 in #crawlee-js
Redirect Control
7 replies
CACrawlee & Apify
Created by sensitive-blue on 3/12/2025 in #apify-platform
Not able to use PPE in my actor
PPE works only in cloud, should be enabled for the actor settings, then you can charge
9 replies
CACrawlee & Apify
Created by rich-copper on 3/12/2025 in #apify-platform
Not able to use PPE in my actor
I do not have python examples in hand, but it should be equal to:
if (Actor.isAtHome() && Actor.getChargingManager().getPricingInfo().isPayPerEvent) {
if (Actor.getChargingManager().getChargedEventCount('actor-start') === 0) {
await Actor.charge({ eventName: 'actor-start' });
}
}
if (Actor.isAtHome() && Actor.getChargingManager().getPricingInfo().isPayPerEvent) {
if (Actor.getChargingManager().getChargedEventCount('actor-start') === 0) {
await Actor.charge({ eventName: 'actor-start' });
}
}
9 replies
CACrawlee & Apify
Created by inland-turquoise on 3/7/2025 in #apify-platform
Request options are not valid
Somewhere in your code request modified and "url" is nested: Input: {\n url: { url:
3 replies
CACrawlee & Apify
Created by eastern-cyan on 1/14/2025 in #apify-platform
Google Lens - extract product name
Answered in console issues - possible in around 10% of cases
3 replies
CACrawlee & Apify
Created by metropolitan-bronze on 1/14/2025 in #crawlee-js
Handling Dynamic Links with Crawlee PlaywrightCrawler
First and foremost allocate more RAM, then, with enough memory, performance might be good enough to avoid navigation and loading issues
4 replies
CACrawlee & Apify
Created by sensitive-blue on 11/17/2024 in #apify-platform
Relative start dates in Actors that ask for a date range.
Create task(s) then add schedule https://docs.apify.com/platform/schedules
8 replies
CACrawlee & Apify
Created by quickest-silver on 9/9/2024 in #🗣general-chat
Hi guys,
https://console.apify.com/actors then click on actor and then navigate to "Issues" tab
3 replies
CACrawlee & Apify
Created by like-gold on 9/10/2024 in #apify-platform
How can i return multiple output files?
You can use logging or output to KV store. Dataset however is single per run, so technically you can create named dataset but it will be confusing for users
5 replies
CACrawlee & Apify
Created by ratty-blush on 9/8/2024 in #🗣general-chat
Hey Guys anyone able to help me with
try https://apify.com/apify/facebook-followers-following-scraper however emails are private data, you will need to get them by some other way
1 replies
CACrawlee & Apify
Created by wise-white on 9/9/2024 in #🗣general-chat
Hi guys,
Hard limit for data without LiN login, you can open console issue for actor and ask developer how it can be solved.
3 replies