# 888lots Scraper — Wholesale Items, Lots & Manifests (`crawloop/888lots-scraper`) Actor

Scrape 888lots wholesale items and fixed-price pallet lots with Amazon ASIN/BSR, Walmart metadata, MOQ, pricing, and full SKU manifests. Auction pages with linked items. Listings or details mode — fast curl\_cffi, residential proxy ready.

- **URL**: https://apify.com/crawloop/888lots-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 detail results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 888lots Scraper — Wholesale Items, Pallet Lots & Auction Manifests

> **Disclaimer:** Unofficial integration for publicly accessible 888lots wholesale and liquidation listings. **888lots** and related names are trademarks of their respective owners. Not affiliated with, sponsored by, or endorsed by 888lots. Provided for informational and research purposes only.

Scrape **wholesale items**, **fixed-price pallet lots** (with full **SKU manifests**), and **liquidation auctions** into clean JSON. Detail rows include **Amazon ASIN / BSR**, **Walmart pricing**, MOQ, condition, warehouse ZIP, and image galleries — built for **resale arbitrage**, **liquidation sourcing**, and **inventory valuation**.

**Best for:** wholesale buyers, liquidators, and data teams who need structured lot manifests and ASIN-linked comps for Sheets, Airtable, databases, and custom pipelines.

> **Crawloop Marketplace & E-commerce Suite** — marketplace search and pricing intelligence for product discovery workflows.

| Amazon Search Scraper | eBay Active Listings Scraper | eBay Sold Listings Scraper | **888lots Scraper** ◄── *you are here* |
| :---: | :---: | :---: | :---: |
| [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) | [eBay Active Listings Scraper](https://apify.com/crawloop/ebay-active-listings-scraper) | [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) | Wholesale items, pallet manifests, auctions |

### When to use this Actor

- **Wholesale catalog extraction** — unit prices, MOQ, stock qty, condition codes
- **Pallet / lot sourcing** — boxes, units, price-per-unit, estimated Amazon sell-through, **line-item manifests**
- **Amazon / Walmart comps** — ASIN, BSR, Walmart price/offers alongside wholesale cost
- **Auction watchlists** — auction pages with linked wholesale items
- **Category / brand slices** — filter catalog crawls by category or brand slug

### When not to use this Actor

- **Amazon keyword SERP only** — use [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper)
- **eBay live or sold comps only** — use [eBay Active](https://apify.com/crawloop/ebay-active-listings-scraper) / [eBay Sold](https://apify.com/crawloop/ebay-sold-listings-scraper)
- **Industrial machinery auctions** — use the Used Machinery suite (Troostwijk, Surplex, NetBid)

### Key Features

- **Listings or details** — fast card fields vs deep JSON enrichment
- **Lot manifests** — per-SKU ASIN, UPC, qty, MSRP, unit price, est. Amazon price
- **Lightweight & fast** — `curl_cffi` Chrome TLS impersonation, no browser automation
- **Catalog filters** — category + brand query params; optional client-side keyword filter
- **Start URLs** — mix item, lot, auction, and list pages in one run
- **Proxy-ready** — Apify Residential recommended (US)

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `mode` | String | `items` | `items`, `fixed_price_lots`, `auctions`, `start_urls` |
| `scrapeMode` | String | `details` | `listings` (cards) or `details` (JSON + manifests) |
| `startUrls` | Array | `[]` | Item / lot / auction / list URLs (`start_urls` mode) |
| `category` | String | — | Category slug filter |
| `brand` | String | — | Brand slug filter |
| `searchQuery` | String | — | AND keyword filter on title/SKU/ASIN/brand |
| `maxItems` | Integer | `100` | Max dataset rows (`0` = unlimited) |
| `maxPages` | Integer | `0` | Max list pages (`0` = unlimited) |
| `maxAuctions` | Integer | `0` | Max auction pages in `auctions` mode |
| `concurrency` | Integer | `4` | Parallel detail fetches (1–10) |
| `proxyConfiguration` | Object | Residential | Apify Proxy settings |

#### Input Example

```json
{
  "mode": "fixed_price_lots",
  "scrapeMode": "details",
  "maxItems": 20,
  "concurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

```json
{
  "mode": "start_urls",
  "scrapeMode": "details",
  "startUrls": [
    { "url": "https://888lots.com/item/example-slug" },
    { "url": "https://888lots.com/lot/example-lot-slug" },
    { "url": "https://888lots.com/auction/show/37-auction-2026-06-04" }
  ],
  "maxItems": 50
}
```

### Output Format

Each dataset row has `type`: `item` | `lot` | `auction`.

**Item (details):** `asin`, `upc`, `price`, `msrp`, `moq`, `qty`, `salesRank`, `azLink`, `wmPrice`, dimensions, `images`, `condition`, `zip`, …

**Lot (details):** `units`, `boxesCount`, `pricePerUnit`, `estAzSell`, **`manifest`** (array of SKU lines), …

**Auction:** `title`, `itemCount`, `itemUrls` (plus linked item detail rows when `scrapeMode=details`).

#### Output Example (lot)

```json
{
  "type": "lot",
  "id": 52057,
  "title": "Boxes Damaged - 3 Boxes Lot",
  "url": "https://888lots.com/lot/boxes-damaged-3-boxes-lot-52057",
  "price": 189.0,
  "units": 48,
  "boxesCount": 3,
  "pricePerUnit": 3.94,
  "estAzSell": 420.0,
  "manifestCount": 18,
  "manifest": [
    {
      "asin": "B0EXAMPLE",
      "upc": "012345678905",
      "description": "Example SKU",
      "qty": 2,
      "msrp": 29.99,
      "unitPrice": 4.5,
      "estAzPrice": 18.0
    }
  ],
  "scrapedAt": "2026-07-24T12:00:00Z"
}
```

### Typical Workflow

1. Run **listings** mode to discover candidates (category/brand filters).
2. Re-run **details** on interesting lots for full manifests.
3. Join ASINs with [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) or [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) for arbitrage spreadsheets.

### Related Actors

| Actor | Use case |
| :--- | :--- |
| [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) | Amazon SERP / ASIN discovery |
| [eBay Active Listings Scraper](https://apify.com/crawloop/ebay-active-listings-scraper) | Live eBay comps |
| [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) | Sold price comps |

# Actor input Schema

## `mode` (type: `string`):

What to scrape: wholesale items catalog, fixed-price lots/pallets, auctions, or specific start URLs.

## `scrapeMode` (type: `string`):

listings — fast card-level fields from catalog HTML. details — full /json payloads including Amazon/Walmart metadata and lot manifests.

## `startUrls` (type: `array`):

Used when mode is start\_urls. Accepts item, lot, auction show, or catalog list URLs.

## `category` (type: `string`):

Optional category filter slug for catalog modes, e.g. clothing-fashion-and-accessories or mobile-devices.

## `brand` (type: `string`):

Optional brand filter slug for catalog modes, e.g. apple or nike.

## `searchQuery` (type: `string`):

Client-side keyword filter over title/SKU/ASIN/brand (AND tokens). Applied after each list page is fetched.

## `maxItems` (type: `integer`):

Maximum dataset rows to output. 0 = unlimited.

## `maxPages` (type: `integer`):

Maximum catalog pages to crawl (60 items/page typical). 0 = unlimited.

## `maxAuctions` (type: `integer`):

Maximum auction show pages to process in auctions mode. 0 = unlimited.

## `concurrency` (type: `integer`):

Parallel detail /json fetches.

## `proxyConfiguration` (type: `object`):

Apify proxy configuration. Residential US proxies recommended.

## Actor input object example

```json
{
  "mode": "items",
  "scrapeMode": "details",
  "startUrls": [],
  "category": "",
  "brand": "",
  "searchQuery": "",
  "maxItems": 100,
  "maxPages": 0,
  "maxAuctions": 0,
  "concurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Default dataset items (type: item | lot | auction).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/888lots-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/888lots-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call crawloop/888lots-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=crawloop/888lots-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "888lots Scraper — Wholesale Items, Lots & Manifests",
        "description": "Scrape 888lots wholesale items and fixed-price pallet lots with Amazon ASIN/BSR, Walmart metadata, MOQ, pricing, and full SKU manifests. Auction pages with linked items. Listings or details mode — fast curl_cffi, residential proxy ready.",
        "version": "0.1",
        "x-build-id": "1feEE7Eaxkmr893K4"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawloop~888lots-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawloop-888lots-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/crawloop~888lots-scraper/runs": {
            "post": {
                "operationId": "runs-sync-crawloop-888lots-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/crawloop~888lots-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-crawloop-888lots-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "mode": {
                        "title": "Scraping Mode",
                        "enum": [
                            "items",
                            "fixed_price_lots",
                            "auctions",
                            "start_urls"
                        ],
                        "type": "string",
                        "description": "What to scrape: wholesale items catalog, fixed-price lots/pallets, auctions, or specific start URLs.",
                        "default": "items"
                    },
                    "scrapeMode": {
                        "title": "Output Detail Level",
                        "enum": [
                            "listings",
                            "details"
                        ],
                        "type": "string",
                        "description": "listings — fast card-level fields from catalog HTML. details — full /json payloads including Amazon/Walmart metadata and lot manifests.",
                        "default": "details"
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Used when mode is start_urls. Accepts item, lot, auction show, or catalog list URLs.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "category": {
                        "title": "Category Slug",
                        "type": "string",
                        "description": "Optional category filter slug for catalog modes, e.g. clothing-fashion-and-accessories or mobile-devices.",
                        "default": ""
                    },
                    "brand": {
                        "title": "Brand Slug",
                        "type": "string",
                        "description": "Optional brand filter slug for catalog modes, e.g. apple or nike.",
                        "default": ""
                    },
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Client-side keyword filter over title/SKU/ASIN/brand (AND tokens). Applied after each list page is fetched.",
                        "default": ""
                    },
                    "maxItems": {
                        "title": "Max Total Items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum dataset rows to output. 0 = unlimited.",
                        "default": 100
                    },
                    "maxPages": {
                        "title": "Max List Pages",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum catalog pages to crawl (60 items/page typical). 0 = unlimited.",
                        "default": 0
                    },
                    "maxAuctions": {
                        "title": "Max Auctions",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum auction show pages to process in auctions mode. 0 = unlimited.",
                        "default": 0
                    },
                    "concurrency": {
                        "title": "Concurrency",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Parallel detail /json fetches.",
                        "default": 4
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Residential US proxies recommended.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
