Web Scraper avatar
Web Scraper
Try for free

No credit card required

View all Actors
Web Scraper

Web Scraper

apify/web-scraper
Try for free

No credit card required

Crawls arbitrary websites using the Chrome browser and extracts data from pages using JavaScript code. The Actor supports both recursive crawling and lists of URLs and automatically manages concurrency for maximum performance. This is Apify's basic tool for web crawling and scraping.

Do you want to learn more about this Actor?

Get a demo
PV

userData attachemnt problem

Closed

playful_valley opened this issue
a month ago

Hi, I am having problems with actor because it is not picking user data. My JSON file is attached bellow.

jindrich.bar avatar

Hello, and thank you for your interest in this Actor!

The issue is caused by your Start URL input format. The "File Upload" field under Start URLs only accepts a list of newline-separated URLs (you are uploading a JSON document in there). The Actor can only parse the URL from such a document (and leaves the userData behind).

I fixed this issue in my run by submitting the start URL in the correct format (and editing your Page Function a bit). Check the input tab in the following link: https://console.apify.com/view/runs/N7WdT6ysmHlHEd0gg.

If the output looks fine to you, you can also copy my Actor input as JSON and paste it into your Input tab.

I'll close this issue but feel free to ask additional questions if you have any. Cheers!

Developer
Maintained by Apify
Actor metrics
  • 2.6k monthly users
  • 155 stars
  • 99.9% runs succeeded
  • 6.6 days response time
  • Created in Mar 2019
  • Modified 23 days ago