# NASA Aeronautics Reports Scraper

**Use case:** 

Scrape NASA Technical Reports Server (NTRS) for aeronautics research with title, authors, abstract, publication date, and document type. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "searchQuery": "aeronautics",
  "sort": "Date Descending"
}
```

## Output

```json
{
  "citationId": {
    "label": "Citation ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "detailsUrl": {
    "label": "Details URL",
    "format": "link"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stiType": {
    "label": "STI Type",
    "format": "text"
  },
  "stiTypeDetails": {
    "label": "Sti type details"
  },
  "documentType": {
    "label": "Document type"
  },
  "distribution": {
    "label": "Distribution"
  },
  "distributionLimits": {
    "label": "Distribution limits"
  },
  "onlyAbstract": {
    "label": "Only abstract"
  },
  "isLessonsLearned": {
    "label": "Is lessons learned"
  },
  "downloadsAvailable": {
    "label": "Downloads available"
  },
  "publicationDate": {
    "label": "Publication Date",
    "format": "datetime"
  },
  "distributionDate": {
    "label": "Distribution date"
  },
  "dateAcquired": {
    "label": "Date acquired"
  },
  "submittedDate": {
    "label": "Submitted date"
  },
  "created": {
    "label": "Created"
  },
  "modified": {
    "label": "Modified"
  },
  "issuePublicationDate": {
    "label": "Issue publication date"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher"
  },
  "externalSource": {
    "label": "External source"
  },
  "technicalReviewType": {
    "label": "Technical review type"
  },
  "sensitiveInformation": {
    "label": "Sensitive information"
  },
  "center": {
    "label": "Center"
  },
  "fullTextUrl": {
    "label": "Full Text URL",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "subjectCategories": {
    "label": "Subject categories"
  },
  "keywords": {
    "label": "Keywords"
  },
  "centers": {
    "label": "Centers"
  },
  "fundingNumbers": {
    "label": "Funding numbers"
  },
  "reportNumbers": {
    "label": "Report numbers"
  },
  "otherReportNumbers": {
    "label": "Other report numbers"
  },
  "imageUrls": {
    "label": "Image urls"
  },
  "videoUrls": {
    "label": "Video urls"
  },
  "authorAffiliations": {
    "label": "Author affiliations"
  },
  "meetings": {
    "label": "Meetings"
  },
  "publications": {
    "label": "Publications"
  },
  "downloads": {
    "label": "Downloads"
  },
  "related": {
    "label": "Related"
  },
  "copyright": {
    "label": "Copyright"
  },
  "exportControl": {
    "label": "Export control"
  },
  "disseminated": {
    "label": "Disseminated"
  },
  "_meta": {
    "label": "Meta"
  },
  "legacyMeta": {
    "label": "Legacy meta"
  },
  "index": {
    "label": "Index"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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