# Tle Satellite Catalog Scraper sample

**Use case:** 

Sample use-case Task for tle-satellite-catalog-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "query": "ISS",
  "maxResults": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "line1": {
    "label": "Line1",
    "format": "text"
  },
  "line2": {
    "label": "Line2",
    "format": "text"
  },
  "satelliteid": {
    "label": "Satelliteid",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TLE Satellite Catalog Scraper](https://apify.com/benthepythondev/tle-satellite-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/tle-satellite-catalog-scraper) to learn more, explore other use cases, and run it yourself.