Paleobiology Database Fossils Scraper avatar

Paleobiology Database Fossils Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
Paleobiology Database Fossils Scraper

Paleobiology Database Fossils Scraper

Scrapes fossil occurrence records from the Paleobiology Database by taxon, with optional filters for geologic interval and country. Returns each fossil as a flat row with taxonomic, geological, and location data.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ParseForge

Paleobiology Database Fossils Scraper

Scrape fossil occurrence records from the Paleobiology Database by taxon, geologic interval, and country. Each record includes taxonomic classification, geological age, and location data. Export to CSV, JSON, Excel, or XML.

The Paleobiology Database is a public resource of fossil occurrences, but querying it manually is slow and the API requires technical setup. This Actor searches by taxonomic name and returns every fossil occurrence for that taxon and its descendants, with optional filters for geologic interval and country. Each result is a flat row ready for analysis.

Who uses itWhat they scrape Paleobiology Database for
PaleontologistsCompile occurrence datasets for a specific taxon to study its distribution over time.
Evolutionary biologistsGather fossil records across a clade to analyze patterns of diversification.
GeologistsCollect fossil data by geologic interval to correlate strata or date formations.
Data scientistsBuild machine learning datasets of fossil occurrences for predictive modeling.
EducatorsCreate teaching datasets of fossil examples for a particular group or period.

What it does

This Actor collects fossil occurrence records from the Paleobiology Database for a given taxon and returns each one as a flat row with taxonomic, geological, and location data.

  • πŸ” Hierarchical taxon search: Enter a genus, family, or class name and get all occurrences beneath it.
  • ⏳ Geologic interval filter: Restrict results to a period, epoch, or age like Cretaceous or Maastrichtian.
  • 🌍 Country filter: Limit fossils to one of 22 countries, from the United States to China.
  • πŸ“Š Flat row output: Each fossil occurrence is returned as a single record with consistent fields.
  • πŸ“¦ Flexible export: Download results as CSV, JSON, Excel, or XML for further analysis.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Paleobiology Database data

πŸ“ˆ Track fossil diversity over time.

A paleontologist scrapes all occurrences of a family like Canidae and filters by geologic interval to see how diversity changed across epochs.

πŸ—ΊοΈ Map species distribution.

A biogeographer collects all fossils of a genus like Tyrannosaurus and filters by country to map its geographic range.

πŸ§ͺ Build a training dataset.

A data scientist scrapes thousands of fossil records for a machine learning model that predicts extinction risk from occurrence patterns.

🏫 Create teaching materials.

An educator gathers a curated set of fossil examples from a specific period and country for a classroom exercise.

Why choose this scraper

What you get
No API setupThe Actor queries the public database directly, so you don't need an API key or registration.
Hierarchical queriesSearch for a genus or family and automatically include all descendant taxa.
Geologic precisionFilter by named intervals like Jurassic or Miocene to focus on a specific time slice.
Clean dataEach record is returned as a flat row with consistent fields, ready for spreadsheets or databases.

How it compares

This Actor and the competitor both scrape the Paleobiology Database, but this Actor offers hierarchical taxon search and optional filters for geologic interval and country.

FeatureParseForgePaleobiology Database Scraper - Fossil Data
Hierarchical taxon searchYesNot listed
Geologic interval filterYesNot listed
Country filterYesNot listed
Maximum records settingYesNot listed
Export to CSV, JSON, Excel, XMLYesNot listed

Configure the run

Drive the Actor with a taxon name, and optionally narrow results by geologic interval and country. Filters are applied as records are read, so only matching fossils reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"baseName": "Tyrannosaurus",
"maxItems": 10
}

A larger pull:

{
"baseName": "Tyrannosaurus",
"maxItems": 200
}

Pricing

Pay-per-result: $0.008 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.80
1,000 results$8.00
10,000 results$80.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Paleobiology Database Fossils Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Paleobiology Database through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/paleobiology-fossils-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check the taxon name for typos and try a broader taxon. Also, if you set filters, remove them to see if any records exist without filters.

Why are my results limited to 10 records?

The default 'Maximum fossils' is 10. Increase this number in the input to get more records, up to 1,000,000.

Why do I get an error when I enter a geologic interval?

Make sure the interval name is spelled correctly and is a recognized period, epoch, or age, such as 'Cretaceous' or 'Maastrichtian'.

Why are some fields empty in my results?

Not all fossil records have complete information. Missing data may appear as empty fields depending on what the database provides.

Can I combine filters?

Yes, you can set both geologic interval and country filters together to narrow results further.

FAQ

QuestionAnswer
What is the Paleobiology Database?The Paleobiology Database is a public, community-curated database of fossil occurrences, providing taxonomic, geological, and location information for fossils worldwide.
How does the taxon search work?Enter a taxonomic name like 'Tyrannosaurus' or 'Mammalia'. The Actor returns all fossil occurrences for that taxon and everything below it in the taxonomic tree.
Can I filter by geologic time?Yes, use the optional 'Geologic interval' field to restrict results to a named interval such as 'Cretaceous' or 'Miocene'.
Can I filter by country?Yes, select a country from the dropdown to limit results to fossils found in that country. You can combine country and interval filters.
What is the maximum number of records I can get?You can set 'Maximum fossils' up to 1,000,000 per run. The default is 10.
What format is the output?Each fossil occurrence is returned as a flat row with fields like taxon name, rank, geological age, country, and coordinates. You can export as CSV, JSON, Excel, or XML.
Do I need an API key?No, the Actor accesses the public database directly, so no registration or API key is required.
Is the data up to date?The Actor queries the live Paleobiology Database, so you get the most current records available.
Can I search for a species?Yes, you can enter any taxonomic name, including species, genus, family, or higher taxa. The search is hierarchical.
What if my taxon has no results?Check the spelling and try a broader taxon. Some taxa may have no recorded occurrences in the database.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Paleobiology Database. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.