Google Dataset Search Scraper avatar

Google Dataset Search Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Google Dataset Search Scraper

Google Dataset Search Scraper

Extracts dataset titles, repositories, publishers, descriptions, formats, licenses, update dates, and dataset links from Google Dataset Search.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extracts dataset titles, repositories, publishers, descriptions, formats, licenses, update dates, and dataset links from Google Dataset Search.

What this Actor collects

The Actor converts Google Dataset Search results into one clean JSON record per dataset, including repository and publisher, description, formats, license, temporal coverage, update date, access links, and search provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 48-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Public dataset discovery
  • Repository, format, and license research
  • Data-catalog and research-workflow enrichment

Input

Provide input in JSON. Fields marked required must be supplied. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"climate change"The search term for datasets (e.g. 'climate change', 'covid', 'machine learning')
maxItemsintegerNo10Maximum number of dataset results to retrieve
hlstringNo"en"Language code for the interface (e.g. 'en', 'es', 'de')
maxRequestRetriesintegerNo3Retries for failed, blocked, or malformed source responses.
requestTimeoutSecsintegerNo30Per-request timeout in seconds.
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["GOOGLE_SERP"]}Proxy settings for the scraper.

Example input

{
"query": "climate change",
"maxItems": 3,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
]
},
"hl": "en",
"maxRequestRetries": 3,
"requestTimeoutSecs": 30
}

Output

The default dataset contains one item per dataset result. The following are the most useful fields; license, format, coverage, size, and access metadata appear only when provided by the indexed repository.

FieldTypeDescription
positionintegerPosition
titlestringDataset Title
creatorstringCreator
repositoryNamestringRepository Name
primaryFormatstringPrimary Format
updatedDatestringUpdated Date
datasetUrlstringDataset URL
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
sourcestringSource
pageintegerSource Page
documentIdstringGoogle Document ID
summarystringSummary
datasetDomainstringDataset Domain

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Climate Change Dataset",
"creator": "Bhadra Mohit",
"repositoryName": "Kaggle",
"primaryFormat": "zip",
"updatedDate": "Oct 21, 2024",
"datasetUrl": "https://www.kaggle.com/datasets/bhadramohit/climate-change-dataset",
"searchQuery": "climate change",
"scrapedAt": "2026-07-23T19:48:27.830Z",
"type": "dataset",
"description": "Dataset Title: Global Climate Change Indicators: A Comprehensive Dataset (2000-2024) Subtitle: Tracking Temperature, Emissions, Sea Level Rise, and Environmental Trends Across Cou…",
"source": "google-dataset-search-embedded-data"
}