# Surplex metalworking machinery scraper

**Use case:** 

Scrape Surplex metalworking auction lots, bids, specs, images, locations, and closing times for machinery sourcing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.surplex.com/en/c/metalworking/0d91005a-fa8e-4e8f-98b1-f4854018329f"
    }
  ],
  "searchQueries": [
    "lathe"
  ],
  "maxItems": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "displayId": {
    "label": "Display ID"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "lotUrl": {
    "label": "Lot URL",
    "format": "link"
  },
  "auctionName": {
    "label": "Auction"
  },
  "category": {
    "label": "Category"
  },
  "locationCity": {
    "label": "City"
  },
  "locationCountryCode": {
    "label": "Country"
  },
  "biddingStatus": {
    "label": "Bidding status"
  },
  "endDate": {
    "label": "End date",
    "format": "date"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "startingPrice": {
    "label": "Starting price"
  },
  "bidsCount": {
    "label": "Bids"
  },
  "manufacturer": {
    "label": "Manufacturer"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "imageUrls": {
    "label": "Images"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Surplex Auction Lots Scraper](https://apify.com/automation-lab/surplex-auction-lots-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/surplex-auction-lots-scraper) to learn more, explore other use cases, and run it yourself.