# United States Paleobiology Database Fossils

**Use case:** 

Extract Paleobiology Database Fossils data filtered by United States. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "baseName": "Tyrannosaurus",
  "maxItems": 10,
  "country": "US"
}
```

## Output

```json
{
  "taxonName": {
    "label": "🦴 Taxon",
    "format": "text"
  },
  "taxonRank": {
    "label": "🏷 Rank",
    "format": "text"
  },
  "phylum": {
    "label": "🧬 Phylum",
    "format": "text"
  },
  "class": {
    "label": "🐾 Class",
    "format": "text"
  },
  "family": {
    "label": "👪 Family",
    "format": "text"
  },
  "earlyInterval": {
    "label": "⏳ Early Interval",
    "format": "text"
  },
  "lateInterval": {
    "label": "⌛ Late Interval",
    "format": "text"
  },
  "earlyAgeMa": {
    "label": "⬆ Early Age (Ma)",
    "format": "number"
  },
  "lateAgeMa": {
    "label": "⬇ Late Age (Ma)",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "formation": {
    "label": "🪨 Formation",
    "format": "text"
  },
  "lat": {
    "label": "📍 Lat",
    "format": "number"
  },
  "lng": {
    "label": "📍 Lng",
    "format": "number"
  },
  "occurrenceId": {
    "label": "🆔 Occurrence",
    "format": "text"
  },
  "collectionId": {
    "label": "🗂 Collection",
    "format": "text"
  },
  "referenceId": {
    "label": "📚 Reference",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Paleobiology Database Fossils Scraper](https://apify.com/parseforge/paleobiology-fossils-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/paleobiology-fossils-scraper) to learn more, explore other use cases, and run it yourself.