Metadata Extractor avatar

Metadata Extractor

Try for free

No credit card required

View all Actors
Metadata Extractor

Metadata Extractor

jancurn/extract-metadata
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 34 monthly users
  • 9 stars
  • 98.9% runs succeeded
  • Created in Feb 2018
  • Modified 12 months ago
Categories