Google Dataset SERP API
Google Dataset Search API. Find public datasets, data sources, and structured data from Google's dataset index. Data discovery from $0.01/call.
Live Google Dataset Search results. Find public datasets, data sources, and structured data available through Google's dataset search engine.
Try it live
Fill in the fields and hit Run to see a real response.
{
"ok": true,
"data": {
"query": "best react frameworks 2026",
"totalResults": 1240000,
"items": [
{
"position": 1,
"type": "organic",
"title": "Top 10 React Frameworks in 2026",
"url": "https://example.com/react-frameworks",
"description": "A comprehensive guide to the best React frameworks...",
"domain": "example.com"
}
]
}
}Features
Each POST to /v1/serp/google-datasets returns up to 20 dataset matches from Google's dataset index, with the depth param controlling how deep you page. Each result keeps its position in the dataset SERP.
Every result returns the dataset's title, the provider that publishes it, and a description, so you can scan relevance and authority before following the source link.
Each item includes the source URL and parsed domain where the dataset is hosted, letting you route users straight to the download or repository page.
Set the location and language fields to surface datasets relevant to a region or locale, which matters for government and statistical data published per country.
The type field on each result lets you distinguish dataset entries from other blocks returned by Google Dataset Search.
Use cases
Data Discovery
Find public datasets for research, analysis, or machine learning projects.
Market Research
Discover available datasets for competitive analysis and market sizing.
Academic Research
Search for relevant datasets across scientific and government repositories.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/serp/google-datasets', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"query": "best react frameworks 2026",
"depth": 10,
"location_code": 2840,
"language": "en"
}),
});
const data = await res.json();
console.log(data);Google Dataset Search API — discover public datasets programmatically
The YepAPI Google Dataset Search API returns live results from Google's dataset index as structured JSON. Send a topic and get back matching public datasets with titles, providers, descriptions, source URLs, and domains.
It uses the same key as every other YepAPI endpoint — organic SERP, news, maps, scraping, and AI — so dataset discovery becomes one programmatic step in a larger research pipeline at $0.01 per query.
What is a Google Dataset Search API?
A Google Dataset Search API lets you programmatically query Google's index of public datasets and get structured results instead of browsing the Dataset Search UI. For each dataset it returns the title, the provider that published it, a description, and the source URL and domain where the data is hosted, ordered by position. That means you can answer which datasets exist for a research topic — across government portals, academic repositories, and open-data sites — from a single request, then route directly to the download page without manually searching and clicking through results.
Build your own data discovery tool
With dataset results as JSON you can build a research aggregator, a data-catalog enrichment service, or a literature-and-data discovery assistant. Query a topic, collect provider and source URL for each match, and surface a ranked list of datasets to researchers or analysts. Because the response carries the provider field you can prioritize authoritative sources, and you can chain it with the YepAPI scraping endpoint to fetch metadata or schema from each dataset's landing page automatically.
Google Dataset Search API pricing — $0.01 per query
Each call to /v1/serp/google-datasets costs a flat $0.01 for up to 20 dataset results. No subscriptions, no minimums, no charges per field. SerpApi lists $0.05 per query and enterprise data tools cost far more. With YepAPI the same $0.01 rate covers every SERP engine, so building a data-discovery feature stays inexpensive even across thousands of research queries.
Power academic and market research workflows
Finding the right dataset is often the slowest part of research. Use the endpoint to programmatically surface datasets for a query, compare providers and descriptions, and feed candidates into a screening pipeline. Run the same topic with different language and location values to catch region-specific government and statistical datasets, then hand the source URLs to analysts or downstream automation for ingestion.
Try the Google Dataset Search API free
Sign up for $5 in free credit with no credit card. That covers 500 live dataset queries, enough to test how the index responds to your research topics and tune language and location targeting before going to a paid plan.
Start making API calls in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Live Google Dataset Search results. Find public datasets, data sources, and structured data available through Google's dataset search engine.
Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.
Sign up for a free API key, then send a POST request to /v1/serp/google-datasets. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.
YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.
Ready to integrate?
Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.
More serp api endpoints
Google SERP
$0.01Real-time Google Search API and SERP scraper. Get organic rankings, featured snippets, People Also Ask, and rich results for any keyword. Check keyword ranking, build rank tracking tools, and scrape Google search results from $0.01/call.
Google Images
$0.01Google Image search results API. Get thumbnails, source URLs, titles, and image metadata for any query. Track image SEO rankings from $0.01/call.
Google News
$0.01Google News search results API. Get headlines, publication sources, timestamps, and article URLs for any query. PR monitoring from $0.01/call.