Web Scraping API avatar
Web Scraping API

Pricing

$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 (3)

Pricing

$2.00 / 1,000 pages

22

Total users

497

Monthly users

185

Runs succeeded

>99%

Issues response

7.5 hours

Last modified

2 days ago

LE

CSV export data format is incorrect

Closed

alex.cumbers opened this issue
2 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