Geekflare API

Extract Website Metadata|

Get structured JSON to generate rich link previews and analyze SEO context.

99.9% UptimeHeadless ChromeAnti-Bot Bypass
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"timestamp": 1768928322731,
"apiStatus": "success",
"apiCode": 200,
"meta": {
"url": "https://geekflare.com",
"device": "desktop",
"format": "json",
"fileOutput": false,
"blockAds": true,
"renderJS": true,
"test": {
"id": "c8c2da92-6f06-4512-912e-ad8ed9bbae4b"
}
},
"data": {
"title": "Geekflare - Expert Insights. Powerful Tools.",
"description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"canonical": "https://geekflare.com/",
"language": "en-US",
"siteName": "Geekflare",
"og": {
"locale": "en_US",
"type": "website",
"title": "Geekflare - Trusted Business Solutions for Growth",
"description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"url": "https://geekflare.com/",
"site_name": "Geekflare",
"image": "https://geekflare.com/wp-content/uploads/2025/09/geekflare-social-media-.png",
"image:width": "1250",
"image:height": "703",
"image:type": "image/png"
},
"twitter": {
"card": "summary_large_image",
"title": "Geekflare - Trusted Business Solutions for Growth",
"description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"site": "@geekflarehq"
},
"charSet": "UTF-8",
"date": {
"modified": "2025-09-12T08:14:21+00:00"
},
"schemaOrg": [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://geekflare.com/",
"url": "https://geekflare.com/",
"name": "Geekflare - Expert Insights. Powerful Tools.",
"isPartOf": {
"@id": "https://geekflare.com/#website"
},
"about": {
"@id": "https://geekflare.com/#organization"
},
"primaryImageOfPage": {
"@id": "https://geekflare.com/#primaryimage"
},
"image": {
"@id": "https://geekflare.com/#primaryimage"
},
"thumbnailUrl": "https://geekflare.com/wp-content/uploads/2025/09/geekflare-social-media-.png",
"datePublished": "2019-09-11T20:08:23+00:00",
"dateModified": "2025-09-12T08:14:21+00:00",
"description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"breadcrumb": {
"@id": "https://geekflare.com/#breadcrumb"
},
"inLanguage": "en-US",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://geekflare.com/"
]
}
],
"speakable": {
"@type": "SpeakableSpecification",
"xPath": [
"/html/head/title",
"/html/head/meta[@name='description']/@content"
],
"url": "https://geekflare.com/"
}
}
]
}
],
"metaTags": {
"viewport": "width=device-width, initial-scale=1",
"robots": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
"description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"og:locale": "en_US",
"og:type": "website",
"og:title": "Geekflare - Trusted Business Solutions for Growth",
"og:description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"og:url": "https://geekflare.com/",
"og:site_name": "Geekflare",
"article:publisher": "https://www.facebook.com/geekflare",
"article:modified_time": "2025-09-12T08:14:21+00:00",
"og:image": "https://geekflare.com/wp-content/uploads/2025/09/geekflare-social-media-.png",
"og:image:width": "1250",
"og:image:height": "703",
"og:image:type": "image/png",
"twitter:card": "summary_large_image",
"twitter:title": "Geekflare - Trusted Business Solutions for Growth",
"twitter:description": "From in-depth software guides to a suite of powerful AI and API products, Geekflare empowers you to build and grow your business.",
"twitter:site": "@geekflarehq",
"cdp-version": "1.5.0",
"msapplication-tileimage": "https://geekflare.com/wp-content/uploads/2024/05/cropped-geekflare-brand-favicon-270x270.png"
},
"logo": "https://geekflare.com/wp-content/uploads/2024/05/cropped-geekflare-brand-favicon-32x32.png",
"image": "https://geekflare.com/wp-content/uploads/2025/09/geekflare-social-media-.png",
"publisher": "Geekflare",
"viewport": "width=device-width, initial-scale=1",
"robots": "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
"favicon": "https://geekflare.com/wp-content/uploads/2024/05/cropped-geekflare-brand-favicon-32x32.png"
}
}
Trusted by 10,000+ developers

Start building in seconds

import requests

url = "https://api.geekflare.com/metascraping"
payload = {"url": "https://example.com"}
headers = {
    "x-api-key": "<api-key>",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)
print(response.text)
OpenAPI 3.0Type SafeSSL Encrypted

Why Geekflare Meta Scraping API

Social Card Support

Parses Open Graph (og:tags) and Twitter Cards to generate rich link previews for your UI.

Schema.org

Customizable to extract structured data like Product prices, Article authors, Reviews, Pricing, etc.

JavaScript Rendering

We use headless browsers to capture metadata generated dynamically by Single Page Applications.

Anti-Bot Bypass

Built-in rotating proxies and fingerprinting protection ensure you get the data, not a CAPTCHA.

AI-Ready

We handle the messy HTML parsing and encodings, returning a clean JSON response for your application.

Global Network

Requests are routed through our global edge network to ensure low latency and high reliability.

Simple, transparent pricing

Free

$0/mo

500 Credits/mo
Extract ~250 pages
1 Request per second

Starter

$9/mo

5K Credits/mo
Extract ~2500 pages
5 Requests per second

Growth

Most Popular

$49/mo

100K Credits/mo
Extract ~50K pages
25 Requests per second

Business

$249/mo

1M Credits/mo
Extract ~500K pages
50 Requests per second

Build more with Geekflare

Scrape without blocking

Extract HTML, Markdown, or JSON from dynamic web pages with automatic CAPTCHA solving.

Pixel-perfect rendering

Trending

Capture full-page screenshots with headless Chrome. Block ads automatically.

HTML to PDF

Convert any webpage to high-quality PDF documents.

DNS Lookup

Query DNS records (A, AAAA, MX, TXT) for any domain.

Site Loadtime

Check how much time your site takes to load including DNS, Connect, TLS, and TTFB metrics.

Frequently Asked Questions

The API returns JSON object containing the Title, Description, Canonical URL, Logo, Author, Language, and all available Open Graph and Twitter Card properties.

Meta Scraping consumes 2 credits per request.

This usually happens when the target site uses sophisticated security measures, WAFs (Web Application Firewalls), or IP rate limiting to block automated traffic.

To bypass these restrictions, you may route your request through our residential proxy network by adding the proxyCountry parameter. This makes your request appear as a real user from a specific location.

Important: Using premium proxies consumes 2 additional credits per request.

Ready to generate rich link previews?

Join thousands of developers using Geekflare API to extract metadata.