# Note US Treasury Auctions

**Use case:** 

Extract US Treasury Auctions data filtered by Note. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "securityType": "Note",
  "startDate": "2026-01-01",
  "maxItems": 10
}
```

## Output

```json
{
  "security_type": {
    "label": "🏷️ Security Type",
    "format": "text"
  },
  "term": {
    "label": "⏱️ Term",
    "format": "text"
  },
  "auction_date": {
    "label": "📅 Auction Date",
    "format": "date"
  },
  "issue_date": {
    "label": "📅 Issue Date",
    "format": "date"
  },
  "cusip": {
    "label": "🔧 CUSIP",
    "format": "text"
  },
  "high_yield": {
    "label": "📈 High Yield",
    "format": "text"
  },
  "total_tendered": {
    "label": "💰 Total Tendered",
    "format": "text"
  },
  "total_accepted": {
    "label": "✅ Total Accepted",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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