# Track laptop auction listings on BidFTA warehouses

**Use case:** 

Monitor used and liquidation laptop auctions on BidFTA with bids, MSRP, and regional pickup addresses.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bidfta.com/items?pageId=1&itemSearchKeywords=laptop"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "itemId": {
    "label": "Item ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "currentBid": {
    "label": "Current Bid",
    "format": "number"
  },
  "msrp": {
    "label": "MSRP",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "locationState": {
    "label": "State",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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