# Cycle Trader Listings Scraper (`piotrv1001/cycletrader-listings-scraper`) Actor

The Cycle Trader Listings Scraper extracts motorcycle listings from CycleTrader.com, capturing make, model, year, price, mileage, condition, dealer name and phone number, location, photos, and full specs — ideal for market research, price monitoring, lead generation, and inventory tracking.

- **URL**: https://apify.com/piotrv1001/cycletrader-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 listings

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.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.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/platform/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

### 🏍️ Cycle Trader Listings Scraper

Easily extract motorcycle and powersports listings from **CycleTrader.com**, the largest online marketplace for new and used motorcycles, scooters, ATVs, and powersports vehicles in the US. The **Cycle Trader Listings Scraper** gathers structured data — prices, dealers, **phone numbers**, locations, mileage, photos, and full specifications — for market research, lead generation, price tracking, and inventory analysis.

Run it on the **Apify platform** to get API access, scheduling, automatic proxy rotation, monitoring, and one-click export to JSON, CSV, Excel, or your favorite integration.

### ✨ Features

- 🏷️ **Rich Listing Data** — year, make, model, trim, category, price, condition, mileage, color, engine size, location (city/state + ZIP), dealer name, photo count, and description for every listing.
- ☎️ **Dealer Contact Details** — capture the seller's name and direct **phone number** for lead generation (details mode).
- 🔍 **Search-Based Extraction** — paste any Cycle Trader search or category URL (all motorcycles, a specific make like Honda, or a filtered search by category, condition, or location) and the scraper paginates through the results automatically.
- 📋 **Optional Full Details** — flip on *Scrape full listing details* to also pull each unit's complete image gallery, full spec sheet, and dealer contact info.
- 💸 **Pay Only For What You Get** — transparent Pay-Per-Event pricing; blocked or empty runs cost nothing.
- ⚡ **Fast & Reliable** — HTTP-based scraping with automatic retries and proxy rotation for stable, large-scale collection.

### 🛠️ How to use the Cycle Trader Listings Scraper

1. **Add search URLs** — open Cycle Trader, apply any filters you like, and copy the resulting URL (or just use the default *all motorcycles for sale* page).
2. **Set a limit** — choose how many listings to collect with **Max items** (default 50, set 0 for unlimited).
3. **Choose depth** — leave **Scrape full listing details** off for fast, cheap listing data, or turn it on for complete specs, photos, and dealer phone numbers.
4. **Run it** — start the Actor and download your results in JSON, CSV, Excel, or HTML.

### 🔢 Input

| Field | Description |
|---|---|
| **Search / category URLs** | One or more Cycle Trader search or category pages to scrape. |
| **Max items** | Maximum number of listings to collect (`0` = no limit). |
| **Scrape full listing details** | Visit each listing's detail page for dealer phone, gallery, and full specs. |
| **Proxy configuration** | Proxy settings — US residential proxies are used by default for reliable access. |

Example input:

```json
{
    "startUrls": [{ "url": "https://www.cycletrader.com/motorcycles-for-sale" }],
    "maxItems": 50,
    "scrapeDetails": false
}
````

### 📊 Output

The scraper produces structured JSON. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Listing record (default, fast pass):

```json
{
    "id": "5040896982",
    "url": "https://www.cycletrader.com/listing/2025-Triumph-THRUXTON+FINAL+EDITION-5040896982",
    "year": 2025,
    "make": "Triumph",
    "model": "THRUXTON FINAL EDITION",
    "title": "2025 Triumph THRUXTON FINAL EDITION",
    "condition": "Used",
    "price": 19500
}
```

Full record (with **Scrape full listing details** enabled):

```json
{
    "id": "5040925150",
    "url": "https://www.cycletrader.com/listing/2026-Kymco-Downtown-GT-350i-5040925150",
    "year": 2026,
    "condition": "New",
    "make": "Kymco",
    "model": "Downtown GT 350i",
    "trim": "125I",
    "class": "Motorcycle",
    "category": "Scooter",
    "price": 6599,
    "makeAnOfferPrice": null,
    "mileage": 0,
    "color": "Flat Brown",
    "engineSize": "321",
    "stockNumber": "29245",
    "location": "Salinas, CA",
    "state": "CA",
    "zip": "93906",
    "dealerName": "Salinas Motorcycle Center",
    "dealerId": "738234",
    "phone": "1-866-394-2442",
    "isDealer": true,
    "description": "An excellent balance of power and safety...",
    "features": [],
    "photoCount": 10,
    "images": ["https://cdn-media.tilabs.io/v1/media/6a29e5e8e47e0d5194073cb2.jpg"]
}
```

### 🧾 Data fields

| Field | Description |
|---|---|
| `id` | Cycle Trader listing ID |
| `url` | Listing detail page URL |
| `year` | Model year |
| `make` | Manufacturer |
| `model` | Model name |
| `title` | Full listing title *(fast pass)* |
| `trim` | Trim |
| `class` | Vehicle class (Motorcycle, ATV, etc.) |
| `category` | Category (Sport, Cruiser, Scooter, Trike, Mx, etc.) |
| `price` | Asking price (USD) |
| `makeAnOfferPrice` | Make-an-offer price, if listed |
| `condition` | New or used |
| `mileage` | Odometer reading |
| `color` | Primary color |
| `engineSize` | Engine displacement |
| `stockNumber` | Dealer stock number |
| `location`, `state`, `zip` | Seller location |
| `dealerName`, `dealerId` | Selling dealer name and ID |
| `phone` | Dealer contact phone number |
| `isDealer` | Whether the seller is a dealer |
| `photoCount`, `images` | Photo count and full gallery URLs |
| `description`, `features` | Listing description and feature list |

*(Fields below `condition` are populated when **Scrape full listing details** is enabled.)*

### 💰 Pricing

This Actor uses a transparent **Pay-Per-Event** model — you only pay for the data you actually collect, and runs that return nothing cost nothing.

| Event | Price |
|---|---|
| **Listing scraped** (fast pass) | $0.004 per listing ($4 per 1,000) |
| **Full detail scraped** (dealer phone, gallery, full specs) | $0.010 per listing ($10 per 1,000) |

**How much does it cost to scrape Cycle Trader?** Collecting 1,000 listings in the default fast mode costs about **$4**. Pulling 1,000 fully-detailed records with dealer phone numbers, complete specs, and photos costs about **$10**. Apify's free tier includes monthly usage credits, so you can try it at no cost.

### 💡 Tips

- Keep **Scrape full listing details** off when you only need a title, condition, and price — it's faster and cheaper.
- To collect very large volumes, split your run by facets (make, category, condition, or location) — like most marketplaces, Cycle Trader caps how deep a single search can paginate.
- Use **Max items** to cap costs precisely during testing.
- Schedule runs on Apify to track price changes and new inventory over time.

### ❓ FAQ & Support

**Is scraping Cycle Trader legal?** This Actor collects only publicly available listing data. You are responsible for using the data in compliance with Cycle Trader's Terms of Service and applicable laws (including data-protection regulations). Do not use scraped personal data unlawfully.

**Can I scrape a specific make, category, or location?** Yes — apply any filters on Cycle Trader and paste the resulting URL as a start URL.

**Why are some runs slower?** Reliable access requires residential proxies and occasional retries; the Actor handles this automatically.

**Need a custom feature or found a bug?** Open an issue in the Actor's **Issues** tab — feedback and custom-solution requests are welcome.

# Actor input Schema

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

Cycle Trader search or category pages to scrape. Paste any listing search URL (e.g. all motorcycles for sale, a make like Honda, or a filtered search by category, condition or location). The scraper automatically paginates through results.

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

Maximum number of listings to scrape. Set to 0 for no limit.

## `scrapeDetails` (type: `boolean`):

Visit each listing's detail page to extract the complete record — dealer name and phone, full photo gallery, mileage, color, engine size, location and description. Slower and more expensive than the listings-only pass.

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

Proxy settings. US residential proxies are required for reliable access and are used by default.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.cycletrader.com/motorcycles-for-sale"
    }
  ],
  "maxItems": 50,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

## `results` (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 = {
    "startUrls": [
        {
            "url": "https://www.cycletrader.com/motorcycles-for-sale"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/cycletrader-listings-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 = { "startUrls": [{ "url": "https://www.cycletrader.com/motorcycles-for-sale" }] }

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/cycletrader-listings-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 '{
  "startUrls": [
    {
      "url": "https://www.cycletrader.com/motorcycles-for-sale"
    }
  ]
}' |
apify call piotrv1001/cycletrader-listings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Cycle Trader Listings Scraper",
        "description": "The Cycle Trader Listings Scraper extracts motorcycle listings from CycleTrader.com, capturing make, model, year, price, mileage, condition, dealer name and phone number, location, photos, and full specs — ideal for market research, price monitoring, lead generation, and inventory tracking.",
        "version": "0.0",
        "x-build-id": "fEWmNHZQNp17UUS9x"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~cycletrader-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-cycletrader-listings-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/piotrv1001~cycletrader-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-cycletrader-listings-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/piotrv1001~cycletrader-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-cycletrader-listings-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",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Search / category URLs",
                        "type": "array",
                        "description": "Cycle Trader search or category pages to scrape. Paste any listing search URL (e.g. all motorcycles for sale, a make like Honda, or a filtered search by category, condition or location). The scraper automatically paginates through results.",
                        "default": [
                            {
                                "url": "https://www.cycletrader.com/motorcycles-for-sale"
                            }
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listings to scrape. Set to 0 for no limit.",
                        "default": 50
                    },
                    "scrapeDetails": {
                        "title": "Scrape full listing details",
                        "type": "boolean",
                        "description": "Visit each listing's detail page to extract the complete record — dealer name and phone, full photo gallery, mileage, color, engine size, location and description. Slower and more expensive than the listings-only pass.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. US residential proxies are required for reliable access and are used by default.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
