# Crossref Funder Registry in Texas

**Use case:** 

Find and extract Crossref Funder Registry in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "query": "national",
  "location": "Texas"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "🎓 Funder",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "name": {
    "label": "🎓 Name",
    "format": "text"
  },
  "altNames": {
    "label": "🏷️ Alt Names",
    "format": "text"
  },
  "uri": {
    "label": "🔗 URI",
    "format": "link"
  },
  "location": {
    "label": "🌍 Country",
    "format": "text"
  },
  "replaces": {
    "label": "🔄 Replaces",
    "format": "text"
  },
  "replacedBy": {
    "label": "🔄 Replaced By",
    "format": "text"
  },
  "tokens": {
    "label": "🏷️ Tokens",
    "format": "text"
  },
  "workCount": {
    "label": "📚 Works",
    "format": "text"
  },
  "descendantWorkCount": {
    "label": "📚 All Works",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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