Web Scraping API avatar
Web Scraping API

Pricing

from $2.00 / 1,000 pages

Go to Store
Web Scraping API

Web Scraping API

Developed by

Anthony Ziebell

Anthony Ziebell

Maintained by Community

Web Scraping API that quickly and reliably scrapes any website—no selectors required. Premium proxies, CAPTCHA solving, JavaScript rendering, and automated structured data extraction are all included. It’s just $2 per 1,000 web pages scraped, with no minimum spend.

5.0 (5)

Pricing

from $2.00 / 1,000 pages

52

Total users

1.1K

Monthly users

525

Runs succeeded

93%

Issues response

2.6 days

Last modified

a month ago

AC

CSV export data format is incorrect

Closed

alex.cumbers opened this issue
3 months ago

The actor looks to have extracted table data correctly from the results page (e.g: https://crawleyandhorsham.ttleagues.com/league/3233/division/8997/match/821079) However the Export function -> CSV is storing a (repeating) header and all rows on a single line, which is incorrect, and unusable. Example attached.

zeeb0t avatar

Hey Alex,

Thanks for pointing this out. I’ve just released a new build (v3.7) to fix the issue. This update adds an optional parameter called Output Preference.

Here is what you need to know about the new field:

  • JSON (default): Best for programmatic integrations.
  • Tabular: Perfect for viewing data in a table or for CSV export.

In your case, please choose "tabular" when you run the Actor again so the data will work smoothly with the table view and CSV export. If you still need the original JSON, Markdown, or HTML files, you can find them in the Storage -> Key-value store.

Let me know if you have any questions.

Cheers, Anthony