# NASA Spacecraft Contracts Scraper | USAspending

**Use case:** 

Scrape NASA spacecraft and space technology federal contracts from USAspending.gov with recipient, amount and award details. Export to JSON, CSV or Excel.

## Input

```json
{
  "maxItems": 50,
  "withDetails": false,
  "keyword": "spacecraft",
  "awardTypes": [
    "contracts"
  ],
  "agency": "National Aeronautics and Space Administration",
  "sort": "Award Amount",
  "order": "desc"
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "string"
  },
  "awardAmount": {
    "label": "Amount",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Agency",
    "format": "string"
  },
  "awardType": {
    "label": "Type",
    "format": "string"
  },
  "startDate": {
    "label": "Start",
    "format": "string"
  },
  "endDate": {
    "label": "End",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Federal Award & Contract Scraper](https://apify.com/scrapers_lat/usaspending-awards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/usaspending-awards-scraper) to learn more, explore other use cases, and run it yourself.