# AGCO Parts Oil Filter Scraper

**Use case:** 

Scrape oil filter parts from AGCO Parts Books with part code, name, manufacturer, and part number. Export structured parts data to JSON or CSV.

## Input

```json
{
  "mode": "searchProducts",
  "searchQuery": "oil filter",
  "maxItems": 50,
  "siteId": "partsb2c-us"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "code": {
    "label": "Part Number",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "lifeCycleStatus": {
    "label": "Life Cycle Status",
    "format": "text"
  },
  "purchasable": {
    "label": "Purchasable",
    "format": "text"
  },
  "hazardous": {
    "label": "Hazardous",
    "format": "text"
  },
  "isRemanAvailable": {
    "label": "Reman Available",
    "format": "text"
  },
  "isRemanProduct": {
    "label": "Reman Product",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "bookId": {
    "label": "Book ID",
    "format": "text"
  },
  "bookTitle": {
    "label": "Book Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "bookType": {
    "label": "Book Type",
    "format": "text"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "equipLastUpdateDate": {
    "label": "Last Updated",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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