# eBird Texas Notable Birds Scraper

**Use case:** 

Collect notable and rare bird sightings for Texas from eBird with species and location details to track unusual observations.

## Input

```json
{
  "maxItems": 3,
  "regionCode": "US-TX",
  "observationType": "notable"
}
```

## Output

```json
{
  "speciesCode": {
    "label": "Species Code",
    "format": "text"
  },
  "comName": {
    "label": "Com Name",
    "format": "text"
  },
  "sciName": {
    "label": "Sci Name",
    "format": "text"
  },
  "locId": {
    "label": "Loc Id",
    "format": "text"
  },
  "locName": {
    "label": "Loc Name",
    "format": "text"
  },
  "obsDt": {
    "label": "Obs Dt",
    "format": "text"
  },
  "howMany": {
    "label": "How Many",
    "format": "number"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "obsValid": {
    "label": "Obs Valid",
    "format": "text"
  },
  "obsReviewed": {
    "label": "Obs Reviewed",
    "format": "text"
  },
  "locationPrivate": {
    "label": "Location Private",
    "format": "text"
  },
  "subId": {
    "label": "Sub Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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