Meta Tags Scraper
by rl1987
Extract page titles, meta descriptions, Open Graph, and Twitter Card tags at scale. Perfect for SEO audits, competitive analysis, and data pipelines.
Opens on Apify.com
About Meta Tags Scraper
Ever needed to quickly check what a site's meta tags look like, or pull them for a whole batch of pages? That's exactly what this Meta Tags Scraper is for. It's a straightforward actor that visits the URLs you give it and extracts the core metadata—titles, descriptions, Open Graph tags for social sharing, Twitter Cards, and more. I use it all the time for SEO audits and competitive research to see how other sites structure their snippets. It saves you the headache of manually inspecting page sources or writing a one-off script. Just feed it a list, and it returns clean, structured JSON data you can plug into your analysis. It's perfect for developers building SEO dashboards, marketers tracking SERP appearance, or anyone who needs to verify or collect this foundational web data at scale. The setup is minimal, and it runs reliably on Apify's infrastructure, so you can scrape thousands of pages without worrying about your own IP getting blocked. If you work with websites, having this in your toolkit is a no-brainer.
What does this actor do?
Meta Tags Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Meta Tags Scraper
Scrapes <meta> tags from HTML pages. These tags contain metadata used for search engine indexing (SEO), social media link previews, and third-party software integration.
Key Features
- Extracts all
<meta>tags from provided URLs. - Supports multiple URLs in a single run.
- Returns structured JSON data for easy parsing.
- Useful for SEO analysis, social media preview debugging, and metadata auditing.
How to Use
Provide a JSON object with a urls array. Each entry in the array should be an object containing a url key.
Input/Output
Input:
{
"urls": [
{"url": "https://example.com/page1"},
{"url": "https://example.com/page2"}
]
}
Output:
The actor returns a JSON array. Each object in the array represents one extracted meta tag and contains the source url, the meta_name (or property), and its content.
Example output snippet:
[
{
"url": "https://example.com",
"meta_name": "description",
"content": "This is an example website."
},
{
"url": "https://example.com",
"meta_name": "og:title",
"content": "Example Site"
}
]
See Also
metatags and attributes that Google supports - Google developer portal<meta>: The metadata element - Mozilla developer portal- The Open Graph Protocol
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Meta Tags Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- rl1987
- Pricing
- Paid
- Total Runs
- 94
- Active Users
- 12
Related Actors
Google Search Results Scraper
by apify
Google Search Results (SERP) Scraper
by scraperlink
Google Search
by devisty
Bing Search Scraper
by tri_angle
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support