A small efficient actor that loads a web page, parses its HTML using Cheerio library and extracts the following meta-data from the <HEAD> tag, such as page title, description, author etc.
The actor takes a list of URLs of web pages on input, loads the HTML, and then extracts metadata from the HTML. The result is stored as a JSON file into the default dataset.
For example, for https://www.apify.com
, the JSON result looks as follows:
1{ 2 "url": "https://www.apify.com/", 3 "title": "Web Scraping, Data Extraction and Automation · Apify", 4 "meta": { 5 "X-UA-Compatible": "IE=edge,chrome=1", 6 "viewport": "width=device-width,minimum-scale=1,initial-scale=1", 7 "copyright": "Copyright© 2019 Apify Technologies s.r.o. All rights reserved.", 8 "keywords": "web scraper, web crawler, scraping, data extraction, API", 9 "robots": "index,follow", 10 "referrer": "origin", 11 "googlebot": "index,follow", 12 "description": "Apify extracts data from websites, crawls lists of URLs and automates workflows on the web. Turn any website into an API in a few minutes!", 13 "twitter:card": "summary_large_image", 14 "twitter:creator": "@apify", 15 "fb:app_id": "1636933253245869", 16 "og:url": "https://apify.com/", 17 "og:type": "website", 18 "og:title": "Web Scraping, Data Extraction and Automation · Apify", 19 "og:description": "Apify extracts data from websites, crawls lists of URLs and automates workflows on the web. Turn any website into an API in a few minutes!", 20 "og:image": "https://apify.com/img/og-image.png", 21 "og:image:alt": "Apify", 22 "og:image:width": "1200", 23 "og:image:height": "630", 24 "og:locale": "en_IE", 25 "og:site_name": "Apify", 26 "next-head-count": "19" 27 } 28}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!