Apify

Apify and Crawlee Official Forum

b
F
A
J
A
Members
Mahmudul Hasan Sagar
M
Mahmudul Hasan Sagar
Offline, last seen 1 hour ago
Joined August 30, 2024
I'm trying to by some Add RAM but could not find any option. How Can I buy it?
3 comments
D
M
I'm trying scrape some website using puppeteerCrawler from my local machine I want to configure apify proxy for this project how do I use it. right now my code looks like this
import {Actor} from 'apify'
await Actor.init();
const proxyConfiguration = await Actor.createProxyConfiguration({
password: "password"
});
const proxyUrl = await proxyConfiguration.newUrl('my_scraping');
const browser = await launchPuppeteer({ proxyUrl });
2 comments
L
O
Can I define a search page like getting results of the 2nd page or the 3rd page for the Google Search Results Scraper actor?
2 comments
A
P
I'm running a cron job on node server, but it doesn't execute after the the first run
6 comments
v
L
M
L
I'm running a cron job on node server, but it doesn't execute after the the first run
6 comments
M
v
L
L