Metadata Extractor
No credit card required
Metadata Extractor
No credit card required
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.
You can access the Metadata Extractor programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "urls": [
3 "https://www.apify.com/",
4 "https://blog.apify.com"
5 ],
6 "proxy": {
7 "useApifyProxy": true
8 }
9}' |
10apify call jancurn/extract-metadata --silent --output-dataset
Metadata Extractor API through CLI
The Apify CLI is the official tool that allows you to use Metadata Extractor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
22 monthly users
-
11 stars
>99% runs succeeded
2.9 days response time
Created in Feb 2018
Modified a year ago