Metadata Extractor avatar
Metadata Extractor

Pricing

Pay per usage

Go to Store
Metadata Extractor

Metadata Extractor

Developed by

Jan Čurn

Jan Čurn

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

13

Total users

1.3k

Monthly users

35

Runs succeeded

86%

Last modified

2 years ago

You can access the Metadata Extractor programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "urls": [
< "https://www.apify.com/",
< "https://blog.apify.com"
< ],
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: