Simple Url Converter avatar
Simple Url Converter

Pricing

$30.00 / 1,000 results

Go to Apify Store
Simple Url Converter

Simple Url Converter

Developed by

Ritozpal

Ritozpal

Maintained by Community

This actor will turn URLs into ID

5.0 (1)

Pricing

$30.00 / 1,000 results

1

2

2

Last modified

20 hours ago

Scrape single-page in JavaScript template

A template for scraping data from a single web page in JavaScript (Node.js). The URL of the web page is passed in via input, which is defined by the input schema. The template uses the Axios client to get the HTML of the page and the Cheerio library to parse the data from it. The data are then stored in a dataset where you can easily access them.

The scraped data in this template are page headings but you can easily edit the code to scrape whatever you want from the page.