OpenAIRE Research Graph Scraper avatar

OpenAIRE Research Graph Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
OpenAIRE Research Graph Scraper

OpenAIRE Research Graph Scraper

Search and export research outputs, projects, organizations, data sources and researcher profiles from the OpenAIRE Graph. Cursor-based high-volume extraction for R&D intelligence and scholarly data.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Search and export the OpenAIRE Research Graph through its official cursor API. One Actor covers research products, funded projects, research organizations, repositories/data sources and researcher profiles, producing analysis-ready records for commercial and academic workflows.

Buyer use cases

  • R&D and competitor intelligence
  • Grant, funder and consortium discovery
  • University and research-organization enrichment
  • Pharma/biotech landscape analysis
  • Scholarly search, bibliometrics and citation datasets
  • AI/RAG corpora with authors, subjects, identifiers and provenance

OpenAIRE spans a very large research corpus. Cursor pagination bypasses the normal 10,000-result page window and lets a run save up to 500,000 unique records.

Input

FieldDescriptionDefault
entityTyperesearchProducts, projects, organizations, dataSources, or personsresearchProducts
queryFull-text OpenAIRE searchartificial intelligence
countryCodesOptional two-letter country filtersall
typesOptional exact type labelsall
fromYear / toYearPublication/start-year intervalnone
openAccessOnlyKeep open/green records onlyfalse
maxResultsMaximum unique records, 1–500,000500
includeRawRecordInclude the full nested API responsefalse

Example — recent open-access climate research:

{
"entityType": "researchProducts",
"query": "climate change",
"fromYear": 2024,
"openAccessOnly": true,
"maxResults": 100000
}

Example — AI-funded projects:

{
"entityType": "projects",
"query": "artificial intelligence",
"fromYear": 2020,
"maxResults": 50000
}

Output

The normalized union schema exposes ID, entity type, title/name, project/source code, type, dates/year, description, authors, countries, language, publisher, access right, citation count, persistent identifiers, subjects, website, funded amount/total cost/currency, funding programmes, projects and participating organizations. Enable includeRawRecord when you need the complete entity-specific API response; leaving it disabled substantially improves bulk throughput.

{
"id": "openaire____::example",
"entityType": "researchProducts",
"title": "Example research article",
"type": "publication",
"year": 2025,
"authors": ["Ada Example", "Linus Researcher"],
"accessRight": "OPEN",
"citationCount": 12,
"identifiers": [{"scheme":"doi","value":"10.0000/example"}]
}

API usage

curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~openaire-research-graph-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"entityType":"organizations","query":"quantum","maxResults":10000}'

Source and limitations

Records come from the OpenAIRE Graph API. OpenAIRE aggregates multiple providers, so field availability, deduplication, access labels, citation metrics and update times vary. Local filters apply to the records returned by OpenAIRE's relevance-ordered search; verify critical claims with the linked identifiers/providers.

Changelog

  • 2026-08-01 — v1.0.0: Initial release. Added five graph entity types, resilient cursor pagination, local country/type/year/open-access filters, deduplication, normalized plus optional raw output, 500,000-item runs and live default/multi-entity tests.