Proxibid Scraper - Online Auction Listings avatar

Proxibid Scraper - Online Auction Listings

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Proxibid Scraper - Online Auction Listings

Proxibid Scraper - Online Auction Listings

Scrape online auction listings from Proxibid.com. Extract lot details, current bids, auction house info, images, and closing times. Covers antiques, collectibles, equipment, and real estate.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

2

Monthly active users

10 days ago

Last modified

Categories

Share

Proxibid Scraper - Auction Lots & Prices

Scrape auction lots from Proxibid, the online auction marketplace for equipment, coins, collectibles, vehicles, firearms, antiques, and more. Search by keyword and export structured lot data: title, current bid, lot URL, auction house, category, location, end date, and image.

Perfect for resellers, price monitoring, auction market research, and building arbitrage / comp datasets.

What it does

  • Search Proxibid for any keyword (e.g. silver coins, John Deere, antique furniture, rolex)
  • Paginate through thousands of matching lots per query
  • Extract clean, structured data straight from Proxibid's own search API
  • Optionally enrich each lot with its full detail-page description

Input

FieldTypeDescription
searchQueriesarray of stringsOne or more keywords. Each produces its own result set.
maxResultsintegerMax lots to scrape per query (default 100).
scrapeDetailsbooleanIf true, opens each lot page for the full description (slower).
proxyConfigurationobjectProxy settings. RESIDENTIAL is required and used by default.

Example input

{
"searchQueries": ["silver coins", "John Deere tractor"],
"maxResults": 200,
"scrapeDetails": false,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each dataset item looks like:

{
"lotId": "101606507",
"title": "Coin Lot",
"description": "",
"currentBid": 2,
"currencyCode": "USD",
"bidCount": 2,
"lotUrl": "https://www.proxibid.com/asp/LotDetail.asp?aid=298087&lid=101606507",
"imageUrl": "https://images.proxibid.com/AuctionImages/568/298087/CatalogDetail/185-1.jpg",
"category": "Coins",
"categories": ["Coins", "Coins & Currency"],
"taxonomyPath": "Coins",
"auctionId": "298087",
"auctionType": "TIMED",
"auctionStatus": "ONLINE",
"startDateTime": "2026-06-20T00:00:00Z",
"endDateTime": "2026-06-30T01:04:00Z",
"auctionTimezone": "US/Eastern",
"auctionHouse": "Innovative Auctions, Inc.",
"auctionHouseId": "568",
"sellerRating": null,
"stateCode": "",
"countryCode": "US",
"latitude": null,
"longitude": null,
"lotQuantity": 1,
"status": "ACTIVE",
"searchQuery": "coins",
"scrapedAt": "2026-06-24T21:45:00.000Z"
}

Notes

  • Proxibid is protected by Imperva Incapsula. This Actor uses a real browser engine through residential proxies to access the site, so residential proxy traffic is required. Datacenter IPs are hard-blocked by the site.
  • Data is pulled from Proxibid's own search API for clean, structured results.
  • Be respectful with maxResults and concurrency to avoid overloading the source.

Pricing

This Actor is pay-per-result: a small fee per dataset item plus a tiny Actor-start fee. You only pay for the lots you actually collect.

Disclaimer

Use this Actor responsibly and in line with Proxibid's terms of service and applicable laws. It collects only publicly visible listing metadata. No account, login, or bidding is performed.