VOOZH about

URL: https://apify.com/compute-edge/ror-research-orgs-scraper

โ‡ฑ ROR Research Organization Registry Scraper โ€” Institutions API ยท Apify


๐Ÿ‘ ROR Research Organization Registry Scraper โ€” Institutions API avatar

ROR Research Organization Registry Scraper โ€” Institutions API

Pricing

from $3.00 / 1,000 results

Go to Apify Store

ROR Research Organization Registry Scraper โ€” Institutions API

Extract research organizations from ROR (Research Organization Registry), 124k+ institutions worldwide. Filter by query, country, and type. Returns name, type, country, city, coordinates, homepage, aliases, and GRID/ISNI/FundRef/Wikidata IDs for research intelligence and enrichment.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

ROR Research Organization Registry Scraper

Extract structured data from the Research Organization Registry (ROR) โ€” the authoritative global registry of 124,000+ research institutions, universities, hospitals, and research centers maintained by the Community Organizations for Research Excellence (CORE) and supported by major research institutions worldwide.

This Actor provides complete access to ROR's free, open API with powerful filtering by organization type, country, and full-text search. Output includes geographic coordinates, external identifiers (GRID, ISNI, Wikidata), and relationship metadata โ€” clean JSON ready for research databases, institutional networks, or academic analysis pipelines.

Key Features

  • Complete ROR coverage โ€” 124,000+ research institutions from 185+ countries
  • Full-text search โ€” Find organizations by name, keyword, or acronym (e.g., "Harvard", "MIT", "Max Planck")
  • Country filtering โ€” Filter by country name or 2-letter ISO code (e.g., "United States", "DE", "JP")
  • Organization type filtering โ€” Isolate specific sectors: Education, Healthcare, Company, Government, Nonprofit, Facility, Archive
  • Geographic data โ€” City, latitude, longitude, and country code for mapping and geospatial analysis
  • External identifiers โ€” GRID, ISNI, FundRef, and Wikidata IDs for cross-referencing with other databases
  • Relationship counts โ€” Number of affiliated organizations for network analysis
  • Establishment year โ€” Historical founding data for institutional analysis
  • No authentication required โ€” Free public ROR API, no keys or credentials needed
  • Batch-optimized output โ€” Clean JSON ready for RAG pipelines, research databases, or institutional networks

Output Data Fields

FieldTypeDescription
idstringROR persistent identifier (e.g., https://ror.org/01a9mp70)
namestringOfficial organization name
typesstringOrganization type(s), comma-separated (e.g., "Education, Nonprofit")
establishedintegerYear the organization was founded (null if unknown)
statusstringCurrent status (e.g., "active", "inactive")
countryCodestringISO 2-letter country code (e.g., "US", "GB", "DE")
countryNamestringFull country name (e.g., "United States", "Germany")
citystringPrimary city location
latitudenumberLatitude coordinate for mapping
longitudenumberLongitude coordinate for mapping
homepagestringOfficial website URL
aliasesstringAlternative names used by the organization, comma-separated
acronymsstringKnown acronyms, comma-separated (e.g., "MIT", "NIH")
wikipediaUrlstringWikipedia article URL if available
gridstringGRID identifier for cross-reference with other databases
isnistringISNI (International Standard Name Identifier)
fundrefstringFunder ID from CrossRef's Funder Registry
wikidatastringWikidata entity ID (QID)
numRelationshipsintegerCount of affiliated organizations or parent/subsidiary relationships

How to Scrape ROR Organizations

  1. Navigate to the ROR Research Organization Registry Scraper on Apify Store.
  2. Click Start to open the input configuration form.
  3. (Optional) Enter a Full-Text Search Query to find specific organizations (e.g., "Harvard Medical School").
  4. (Optional) Enter a Country Filter by name or code (e.g., "France" or "FR").
  5. (Optional) Enter an Organization Type (e.g., "Education", "Healthcare", "Government").
  6. Set Max Results to control output size (default: 1000, set to 0 for unlimited).
  7. Click Start to run the Actor.
  8. Download results as JSON, CSV, or Excel from the Dataset tab.

Input Examples

Example 1: Universities in the United States

{
"country":"United States",
"type":"Education",
"maxResults":500
}

Example 2: Search for MIT and related institutions

{
"query":"MIT",
"maxResults":50
}

Example 3: Healthcare organizations in Germany

{
"country":"DE",
"type":"Healthcare",
"maxResults":200
}

Output Example

{
"id":"https://ror.org/01a9mp70",
"name":"Massachusetts Institute of Technology",
"types":"Education",
"established":1861,
"status":"active",
"countryCode":"US",
"countryName":"United States",
"city":"Cambridge, Massachusetts",
"latitude":42.3601,
"longitude":-71.0589,
"homepage":"https://www.mit.edu",
"aliases":"MIT",
"acronyms":"MIT",
"wikipediaUrl":"https://en.wikipedia.org/wiki/Massachusetts_Institute_of_Technology",
"grid":"grid.4991.5",
"isni":"0000 0001 2341 6899",
"fundref":"501100002341",
"wikidata":"Q49108",
"numRelationships":12
}

Pricing

This Actor fetches data from a free public API with efficient pagination. Compute costs are minimal.

  • Cost per run: ~$0.001 (minimal API calls)
  • Actor start event: Default platform rate
  • Per-result pricing: $0.003/result

Typical run time is 10-30 seconds depending on result count and filters.

Use Cases

  • Research network mapping โ€” Analyze collaboration networks and institutional relationships
  • Academic database enrichment โ€” Cross-reference organizations with GRID, ISNI, Wikidata, and other databases
  • Grant research โ€” Identify research institutions by country, type, and funding organization
  • Institutional analysis โ€” Map research capacity by geography and sector
  • Educational analytics โ€” Build datasets of universities for enrollment, ranking, or program analysis
  • Healthcare research โ€” Extract hospital and healthcare institution directories by country
  • Government database โ€” Track public research institutions and government research centers
  • Institutional affiliations โ€” Validate researcher and author institutional data against authoritative source
  • Geospatial research โ€” Use coordinates for mapping research capacity and institutional density
  • RAG pipeline ingestion โ€” Clean structured output ready for LLM-based research analysis

Legal & Attribution

  • License: ROR data is made available under the Community Data License Agreement (CDLA) 2.0 Sharing
  • Attribution: This scraper accesses the free, public ROR API. Data sourced from https://ror.org/
  • Terms of Service: Scraping is permitted by ROR's license and API terms of service for research and educational purposes
  • Usage rights: The data can be used, shared, and modified for research, educational, and non-profit purposes with attribution

Disclaimer: This Actor scrapes only publicly accessible, non-personal research organization data. Users are responsible for complying with the ROR license terms and their local data usage regulations. This tool is provided for legitimate research and educational purposes.

FAQ

Q: What is ROR? A: The Research Organization Registry (ROR) is a global, community-driven registry of research organizations maintained by CORE, Crossref, and DataCite. It provides persistent, unique identifiers and metadata for 124,000+ research institutions.

Q: Can I search by organization type? A: Yes. The Actor supports filtering by type: Education, Healthcare, Company, Government, Nonprofit, Facility, Archive.

Q: What's the difference between GRID, ISNI, and Wikidata IDs? A: These are different persistent identifier systems used by different research infrastructure platforms. GRID is widely used in academic databases, ISNI is an international standard for names, and Wikidata is a collaborative knowledge base.

Q: Can I get all 124,000+ organizations in one run? A: Yes. Set maxResults to 0 for unlimited results. The Actor will paginate through all available data. This may take 2-5 minutes depending on API response time.

Q: Are coordinates always available? A: Most organizations have coordinates available. If not, the latitude and longitude fields will be empty strings.

Q: What happens if I search with multiple filters? A: The Actor applies all filters together (AND logic). For example, searching for "Education" type in "United States" will return only educational institutions in the US.

Support

For issues, feature requests, or questions about this Actor, please contact the developer or post on Apify Community Forums.

You might also like

ROR (Research Organization Registry) Scraper

parseforge/ror-scraper

Automate the collection of research organization data with our ROR scraper. Obtain names, aliases, locations, external identifiers (GRID, ISNI, Wikidata), relationships, and contacts from the Research Organizations Registry. Ideal for researchers, academic institutions, and data analysts.

5

5.0

Crunchbase Company Organization Scraper

saswave/crunchbase-company-organization-scraper

Extract rich, structured company data from Crunchbase organization profiles. Ideal for market research, lead generation, competitive analysis, and investment intelligence.

NPI Registry Provider Lookup & Enrichment

technicaldost/npi-registry-enrichment

Search and enrich US healthcare providers from the official public NPI Registry. Verified, de-noised results by name, organization, taxonomy, and location.

๐Ÿ‘ User avatar

Technical Dost Solutions

2

Top Universities Scraper

karamelo/top-universities-scraper

๐ŸŽ“ Scrape TopUniversities.com and get the latest global or worldwide & country-specific university rankings! ๐ŸŒŽ Filter by year & sort results to discover top institutions worldwide. ๐Ÿ“Š Perfect for higher education research & analysis.

EBA Credit Institutions Register Scraper | EU Bank Registry

parseforge/european-eba-register-scraper

Search the European Banking Authority register of authorized credit institutions, payment firms, e-money issuers, and crowdfunding providers. Get name, LEI, country, authority, status, services, and passport rights. Export to JSON, CSV, or Excel for compliance, KYC, and fintech research.

Medical University Rankings โ€” OpenAlex Scholarly API

azureblue/medical-university-rankings

Rank medical universities worldwide by scholarly impact using OpenAlex. Returns citation count, h-index, works count and ROR identifier. Filter by country.

Luxembourg Open Data Scraper

parseforge/luxembourg-open-data-scraper

Pull open government datasets from Luxembourg data.public.lu. Each record returns the title, description, publishing organization, tags, license, update frequency, and every attached resource with its type and link. Filter by search query, tag, or organization for civic and research work.

NPI Registry Scraper

parseforge/npi-registry-scraper

Query the NPI registry by name, organization, number, taxonomy, city, state, or postal code. Records include NPI, enumeration type, name, credential, gender, taxonomy, license, address, phone, fax, enumeration date, last updated, and status. Useful for healthcare lead generation.