VOOZH about

URL: https://apify.com/umair.log/universal-metadata-extractor

⇱ Universal Metadata Extractor [DEPRECATED] Β· Apify


πŸ‘ Universal Metadata Extractor avatar

Universal Metadata Extractor

Deprecated

Pricing

from $4.00 / 1,000 results

Go to Apify Store

Universal Metadata Extractor

Deprecated

An Apify Actor that accepts a single URL and extracts two types of structured data from the page, Meta Data and website Contacts using plain HTTP requests,

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Umair Butt

Umair Butt

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

4 months ago

Last modified

Share

Universal Metadata & Contact Info Extractor

An Apify Actor that accepts a single URL and extracts two types of structured data from the page using plain HTTP requests (no browser required).

What it does

πŸ“‹ Metadata extraction

FieldDescription
titlePage <title> tag
description<meta name="description">
keywords<meta name="keywords"> (split into array)
og:titleOpen Graph title
og:descriptionOpen Graph description
og:imageOpen Graph image URL (resolved to absolute)
og:urlOpen Graph URL
og:typeOpen Graph type
og:site_nameOpen Graph site name
twitter:titleTwitter Card title
twitter:descriptionTwitter Card description
twitter:imageTwitter Card image
twitter:cardTwitter Card type
canonical<link rel="canonical"> href
robots<meta name="robots">
author<meta name="author">
viewport<meta name="viewport">

πŸ“ž Contact Info extraction

FieldDescription
emailsAll unique email addresses found on the page
phone_numbersPhone numbers in E.164 format (e.g. +14155552671)
social_linksArray of {"platform": "...", "url": "..."} objects
contact_pageURL of a detected contact/about/support page

Input

Single field β€” just paste the URL:

{
"url":"https://example.com"
}

Output example

{
"url":"https://example.com",
"metadata":{
"title":"Example Domain",
"description":"This domain is for use in illustrative examples.",
"keywords":[],
"og:title":"",
"og:description":"",
"og:image":"",
"og:url":"",
"og:type":"",
"og:site_name":"",
"twitter:title":"",
"twitter:description":"",
"twitter:image":"",
"twitter:card":"",
"canonical":"https://example.com/",
"robots":"",
"author":"",
"viewport":""
},
"contacts":{
"emails":["info@example.com"],
"phone_numbers":["+14155552671"],
"social_links":[
{"platform":"Twitter/X","url":"https://x.com/example"},
{"platform":"LinkedIn","url":"https://linkedin.com/company/example"}
],
"contact_page":"https://example.com/contact"
}
}

Technical details

  • HTTP client: httpx with HTTP/2 support and realistic browser headers
  • HTML parser: BeautifulSoup + lxml
  • Phone parsing: Google's libphonenumber via the phonenumbers Python library
  • Social platforms detected: Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest, Reddit, Telegram, WhatsApp, Discord, Medium, Threads, Vimeo, Tumblr, Twitch

You might also like

VideoIntel - Universal Video Metadata Extractor

upworkprashantp/videointel-video-metadata-extractor

Check video URL support and extract metadata, thumbnails, metrics, formats and permitted downloads from YouTube, TikTok, Instagram, Facebook, X/Twitter, Vimeo, Twitch, Kick, SoundCloud and 1,500+ sites.

πŸ‘ User avatar

Prashant Patil

3

5.0

(2)

Universal Apify Email & Metadata Scraper (Puppeteer + Crawlee)

lucrateresults/universal-apify-email-metadata-scraper-puppeteer-crawlee

Description: A production-ready Apify actor built with PuppeteerCrawler (Crawlee) to extract emails and metadata from public websites. Optimized for parallel crawling, JavaScript rendering, and IP rotation. Disclaimer: Scrape only public data. Respect each site’s terms.

πŸ‘ User avatar

Lucrate Results

35

Open Library ISBN Book Metadata Scraper

jungle_synthesizer/openlibrary-isbn-book-metadata-scraper

Bulk-enrich ISBNs with full Open Library metadata: title, authors, publishers, subjects, ratings, reading-status counts, and cross-reference identifiers (Goodreads, LibraryThing, LCCN, OCLC, Wikidata). Accepts up to thousands of ISBNs in a single run.

πŸ‘ User avatar

BowTiedRaccoon

2

MusicBrainz Music Metadata API Scraper

jungle_synthesizer/musicbrainz-music-metadata-api-scraper

Search and look up music metadata from MusicBrainz β€” the open music encyclopedia. Retrieve artists, release groups, recordings, labels, and works with full relationship graphs, genre tags, and cross-platform ID resolution (Spotify, Discogs, ISRC, Wikidata, and more). No API key required.

πŸ‘ User avatar

BowTiedRaccoon

2

YouTube Metadata Scraper – Full Video Info & Formats

scrapepilot/youtube34

Extract complete YouTube video metadata: title, description, views, likes, comments, all formats (URLs), subtitles, chapters, heatmap, thumbnails, channel stats, Open Graph data. No API key. Pay per result. Perfect for analytics and archiving.

YouTube Full Channel,Playlists,Shorts,Live...

dz_omar/Youtube-Scraper-Pro

Extracts metadata and scripts from all YT content, identifying smart keywords like #hashtags and @channelnames. It supports playlists, shorts, live, podcasts, courses, channels, videos, and batch requests.

πŸ‘ User avatar

FlowExtract API

159

5.0

(8)

Youtube Transcript Scraper

scraper-engine/youtube-transcript-scraper

YouTube Transcript Scraper extracts full transcripts from public YouTube videos with ease. Quickly retrieve spoken content for research, summarization, SEO, or accessibilityβ€”just enter a video URL and get clean, structured text. No login or API key required.

πŸ‘ User avatar

Scraper Engine

264

5.0

(7)

Youtube Video Summarizer

scraper-engine/youtube-video-summarizer

YouTube Video Summarizer instantly extracts key points, transcripts, and concise summaries from YouTube videos. Ideal for saving time, reviewing content, or generating insightsβ€”just enter a URL and get a quick summary, no watching required.

πŸ‘ User avatar

Scraper Engine

128