# Trucking Freightwaves

**Use case:** 

Extract Freightwaves data filtered by Trucking. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchKeyword": "trucking rates",
  "category": "trucking",
  "dateFrom": "2024-01-01",
  "dateTo": "2024-12-31"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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