# Drive.com.au Tesla News Scraper

**Use case:** 

Scrape Tesla news articles from Drive.com.au with title, URL, date, and slug. Export structured automotive news data to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "search": "Tesla",
  "includeContent": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "databaseId": {
    "label": "ID",
    "format": "number"
  },
  "date": {
    "label": "Published",
    "format": "date"
  },
  "modified": {
    "label": "Last Updated",
    "format": "date"
  },
  "excerpt": {
    "label": "Excerpt",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "authorSlug": {
    "label": "Author Slug",
    "format": "text"
  },
  "authorAvatarUrl": {
    "label": "Author Avatar",
    "format": "image"
  },
  "vehicleDatabaseId": {
    "label": "Vehicle ID",
    "format": "number"
  },
  "vehicleUuid": {
    "label": "Vehicle UUID",
    "format": "text"
  },
  "ratingOverall": {
    "label": "Overall",
    "format": "number"
  },
  "ratingEfficiency": {
    "label": "Efficiency",
    "format": "number"
  },
  "ratingFitness": {
    "label": "Fitness",
    "format": "number"
  },
  "ratingHandling": {
    "label": "Handling",
    "format": "number"
  },
  "ratingInfotainment": {
    "label": "Infotainment",
    "format": "number"
  },
  "ratingInterior": {
    "label": "Interior",
    "format": "number"
  },
  "ratingPerformance": {
    "label": "Performance",
    "format": "number"
  },
  "ratingRide": {
    "label": "Ride",
    "format": "number"
  },
  "ratingSafety": {
    "label": "Safety",
    "format": "number"
  },
  "ratingTechnology": {
    "label": "Technology",
    "format": "number"
  },
  "ratingValue": {
    "label": "Value",
    "format": "number"
  },
  "reviewFormat": {
    "label": "Review Category",
    "format": "text"
  },
  "reviewCategories": {
    "label": "Review Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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