Simple Url Converter
Pricing
$0.02 / 1,000 results
Go to Apify Store
Pricing
$0.02 / 1,000 results
Rating
5.0
(1)
Developer

Ritozpal
Maintained by Community
Actor stats
1
Bookmarked
4
Total users
4
Monthly active users
3 days ago
Last modified
Categories
Share
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.