# Ringside Collectibles Scraper - WWE & AEW Wrestling Figures (`lulzasaur/ringsidecollectibles-scraper`) Actor

Scrape Ringside Collectibles wrestling action figures (WWE Elite, Ultimate Edition, AEW). Get title, figure line, price, sale price, availability, pre-order status + ETA, Ringside exclusive flags, image, URL. Search any wrestler or browse newest releases. Fast JSON API, structured output.

- **URL**: https://apify.com/lulzasaur/ringsidecollectibles-scraper.md
- **Developed by:** [lulz bot](https://apify.com/lulzasaur) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 product 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## Ringside Collectibles Scraper — WWE & AEW Wrestling Action Figures

Scrape **[Ringside Collectibles](https://www.ringsidecollectibles.com/)** — the biggest online retailer for wrestling action figures — including **Mattel WWE Elite, Ultimate Edition, Main Event, Top Picks, Legends, AEW Unmatched** and **Ringside-exclusive** figures.

Search any wrestler or figure line (or browse the entire catalog newest-first) and get clean, structured product data: title, figure line, price, sale price, availability, **pre-order status with estimated arrival date**, exclusive flags, image and URL.

### What you get

| Field | Description |
|-------|-------------|
| `title` | Full product title, e.g. `Cody Rhodes - WWE Elite Top Picks 2026 (Wave 4)` |
| `figure` | Wrestler / figure name parsed from the title (`Cody Rhodes`) |
| `line` | Figure line / series parsed from the title (`WWE Elite Top Picks 2026 (Wave 4)`) |
| `brand` | `WWE`, `AEW`, `TNA`, `NJPW` (derived) |
| `productType` | Store product header, e.g. `WWE Toy Wrestling Action Figure` |
| `price` / `oldPrice` | Current price and pre-sale price (USD); `onSale` + `discountPercent` when discounted |
| `availability` | `In Stock`, `Pre-Order`, `Back Order`, or `Out of Stock` |
| `isPreOrder` / `preOrderEta` | Pre-order flag + estimated arrival, e.g. `Estimated Mid-August` |
| `isExclusive` / `ringsideExclusive` | Exclusive product flags (Ringside exclusives) |
| `isNew` / `isHot` / `isTopSeller` | Store merchandising flags |
| `rating` / `reviews` / `salesNumber` | Review score, review count, sales popularity signal |
| `listedAt` | When the product was added to the catalog (ISO 8601) |
| `image` / `url` | Product image and product page URL |
| `productId` / `productCode` | Stable store identifiers |

Sample record:

```json
{
    "productId": "55353",
    "productCode": "wwe-elite-top-picks-figures-cody-etp26w4-02",
    "title": "Cody Rhodes - WWE Elite Top Picks 2026 (Wave 4)",
    "figure": "Cody Rhodes",
    "line": "WWE Elite Top Picks 2026 (Wave 4)",
    "brand": "WWE",
    "productType": "WWE Toy Wrestling Action Figure",
    "price": 27.99,
    "currency": "USD",
    "availability": "Pre-Order",
    "isPreOrder": true,
    "preOrderEta": "Estimated Mid-August",
    "ringsideExclusive": false,
    "image": "https://www.ringsidecollectibles.com/mm5/graphics/00000001/etp26w4_cody_rhodes_P.jpg",
    "url": "https://www.ringsidecollectibles.com/wwe-elite-top-picks-figures-cody-etp26w4-02.html"
}
```

### Input

```json
{
    "searchQueries": ["cody rhodes", "aew unmatched"],
    "maxResults": 100,
    "sort": "created-desc",
    "preordersOnly": false,
    "exclusivesOnly": false,
    "inStockOnly": false
}
```

- **searchQueries** — wrestler names, figure lines, or keywords (`"john cena"`, `"wwe elite"`, `"ultimate edition"`).
- **browseAll** — ignore queries and walk the entire active catalog (newest first). Great for a "new releases" feed.
- **sort** — newest, price, best sellers, A–Z.
- **preordersOnly / exclusivesOnly / inStockOnly** — quick filters.
- **minPrice / maxPrice** — USD price range filter.

No proxy needed — the store's public search API is fast and open.

### Use cases

- **Pre-order drop monitoring** — catch new WWE Elite / AEW figure reveals the day they list, with estimated ship dates.
- **Ringside-exclusive tracking** — exclusives sell out and command aftermarket premiums; track them from listing to sold-out.
- **Price and restock alerts** — diff `availability` and `price` between runs.
- **Market research** — sales-rank signal (`salesNumber`), review counts, and full line/wave coverage for the wrestling figure aftermarket.
- **Arbitrage / resale** — compare Ringside retail vs. eBay sold comps for chase variants and retired waves.

### Pricing

Pay-per-result: you are only charged for products actually scraped to the dataset. A typical 100-result run completes in a few seconds.

### FAQ

**Does it cover AEW as well as WWE?** Yes — everything Ringside sells: WWE, AEW, TNA, NJPW, Legends, retro lines, championship title belts and accessories.

**Can I get only new items?** Use `browseAll: true` with `sort: "created-desc"` and a small `maxResults`, or filter on `isNew` / `listedAt` in the output.

**Is this an official Ringside Collectibles product?** No. This is an independent tool that reads the store's public search endpoint. Data belongs to its respective owners.

# Actor input Schema

## `searchQueries` (type: `array`):

Search terms (e.g. 'cody rhodes', 'wwe elite', 'aew unmatched', 'ultimate edition', 'john cena'). Leave empty to use the default.

## `browseAll` (type: `boolean`):

Ignore search queries and browse the whole active catalog (newest first with the default sort). Combine with Max Results to grab the latest releases.

## `sort` (type: `string`):

How results are sorted.

## `maxResults` (type: `integer`):

Maximum number of products to scrape per query (each API page returns up to 100).

## `inStockOnly` (type: `boolean`):

Only return products currently in stock (excludes pre-orders, back-orders and out-of-stock items).

## `preordersOnly` (type: `boolean`):

Only return pre-order products (includes the estimated arrival date, e.g. 'Estimated Mid-August').

## `exclusivesOnly` (type: `boolean`):

Only return exclusive products (Ringside exclusives and other flagged exclusives).

## `minPrice` (type: `number`):

Filter: only return products at or above this price (USD).

## `maxPrice` (type: `number`):

Filter: only return products at or below this price (USD).

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

Proxy settings. The Ringside Collectibles search API works without proxies.

## Actor input object example

```json
{
  "searchQueries": [
    "cody rhodes"
  ],
  "browseAll": false,
  "sort": "created-desc",
  "maxResults": 100,
  "inStockOnly": false,
  "preordersOnly": false,
  "exclusivesOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# 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 = {
    "searchQueries": [
        "cody rhodes"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lulzasaur/ringsidecollectibles-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 = { "searchQueries": ["cody rhodes"] }

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

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

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

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "cody rhodes"
  ]
}' |
apify call lulzasaur/ringsidecollectibles-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lulzasaur/ringsidecollectibles-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2qIjp5UeYD9mohUQ0/builds/p7QxXyfjZWbNxHvHR/openapi.json
