VOOZH about

URL: https://apify.com/dainty_screw/metadata-extractor-reliable-web-page-metadata-extraction

โ‡ฑ Metadata Extractor ยท Apify


Pricing

$19.99/month + usage

Go to Apify Store

Metadata Extractor is your go-to tool for extracting meta-data from web pages. Using Cheerio, it parses HTML to extract titles, descriptions, authors, and more.Perfect for content managers and SEO experts.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

๐Ÿ‘ codemaster devops

codemaster devops

Maintained by Community

Actor stats

3

Bookmarked

64

Total users

2

Monthly active users

3 months ago

Last modified

Share

Metadata extractor

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:

{
"url":"https://www.apify.com/",
"title":"Web Scraping, Data Extraction and Automation ยท Apify",
"meta":{
"X-UA-Compatible":"IE=edge,chrome=1",
"viewport":"width=device-width,minimum-scale=1,initial-scale=1",
"copyright":"Copyright© 2019 Apify Technologies s.r.o. All rights reserved.",
"keywords":"web scraper, web crawler, scraping, data extraction, API",
"robots":"index,follow",
"referrer":"origin",
"googlebot":"index,follow",
"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!",
"twitter:card":"summary_large_image",
"twitter:creator":"@apify",
"fb:app_id":"1636933253245869",
"og:url":"https://apify.com/",
"og:type":"website",
"og:title":"Web Scraping, Data Extraction and Automation ยท Apify",
"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!",
"og:image":"https://apify.com/img/og-image.png",
"og:image:alt":"Apify",
"og:image:width":"1200",
"og:image:height":"630",
"og:locale":"en_IE",
"og:site_name":"Apify",
"next-head-count":"19"
}
}

You might also like

Website Metadata Extractor

scrapers-hub/website-metadata-extractor

Website metadata extractor to extract titles, descriptions, keywords, and meta tags from any website ๐ŸŒ๐Ÿ“Š Perfect for SEO analysis, auditing, and research. Fast, accurate, and scalable extraction.

Metadata Extractor

jancurn/extract-metadata

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.

1.4K

Redwoodcity Profile Scraper

getdataforme/redwoodcity-profile-scraper

Project Cheerio Crawler Typescript is a web scraping tool using the Cheerio library to efficiently extract structured data from multiple web pages....

Simple SEO Data Extractor

onescales/simple-seo-data-extractor

Grab SEO data from any webpage / URL and export the URL, Title Tag, Meta Description, Meta Keywords, Status Code, H1, H2, Canonical Tag and Meta Robots easily. Run the scraper for 1-100,000 pages. Run one time or on schedule or via API and Get an SEO Report for Any Site.

458

5.0

Related articles

Web scraping with Cheerio in 2025
Read more