rare-sapphire•3y ago
Puppeteer url input
I created a new actor with the Puppeteer template and wanted to try it out. I add a URL under the input tab but the scraper seems to just scrape Apify and nothing else. Is it because of this line in
const startUrls = ['https://apify.com']; in main.js?2 Replies
yes, instead try something like
rare-sapphireOP•3y ago
thank you!