# Cars & Bids Scraper (`rigelbytes/carsandbids-scraper`) Actor

Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and more.

- **URL**: https://apify.com/rigelbytes/carsandbids-scraper.md
- **Developed by:** [Rigel Bytes](https://apify.com/rigelbytes) (community)
- **Categories:** News, Travel, E-commerce
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## Cars & Bids Scraper

Extract detailed vehicle auction data from Cars & Bids — the popular online auction platform for enthusiast cars. Scrape live, upcoming, and past auctions with full vehicle specifications, bidding history, seller details, photos, videos, and optional comments — for just **$1.50 per 1,000 listings**.

---

### What can Cars & Bids Scraper do for you?

- **Build a vehicle database** — extract every detail from active and completed auctions: VIN, engine specs, mileage, colors, title status, ownership history, service records, and known flaws
- **Track auction trends** — monitor current bids, sale prices, bid counts, watcher counts, and auction end times across hundreds of listings
- **Research market values** — compare sale amounts for specific makes, models, years, and configurations using past auction data (38,000+ closed listings available)
- **Monitor specific vehicles** — scrape individual auction URLs to track bidding activity and final sale prices
- **Extract community insights** — optionally download all comments and bids per auction, including user reputations, upvotes, and seller/bidder flags
- **Search by any criteria** — filter by make, model, transmission, body style, year range, and no-reserve status

### What data can you extract?

| Field | Description |
|-------|-------------|
| 🚗 **Auction ID & URL** | Unique auction identifier and direct Cars & Bids listing link |
| 📋 **Title & Subtitle** | Full vehicle title and the seller's descriptive sub-title |
| 🏭 **Make / Model / Year** | Manufacturer, model, and model year |
| 🏷️ **VIN** | Vehicle Identification Number |
| 📍 **Location** | City, state, and ZIP of the vehicle |
| ⚙️ **Engine & Drivetrain** | Engine displacement/type, drive train (RWD, FWD, AWD) |
| 🔄 **Transmission** | Manual or automatic with gear count |
| 🎨 **Exterior / Interior Color** | Paint and interior color names |
| 📄 **Title Status** | Title condition and issuing state |
| 🏪 **Seller Info** | Username, seller ID, certified status, dealer vs private party |
| 💰 **Current Bid / Sale Price** | Current highest bid, winning bidder, and final sale amount |
| 📊 **Auction Stats** | Bid count, comment count, question count, watcher count, total views |
| ⏰ **Auction End** | ISO 8601 end timestamp |
| 🔖 **Status** | live, closed, or new (upcoming) |
| 🏁 **No Reserve / Featured** | Whether the auction has a reserve price and featured status |
| 📸 **Photos** | Full-resolution URLs for exterior, interior, mechanical, documents, and other photos |
| 🎥 **Videos** | YouTube video URLs (walkarounds, reviews) |
| ⭐ **Highlighted Points** | Key selling points listed by the seller |
| 📝 **Equipment & Modifications** | Factory equipment and aftermarket modifications |
| 🔍 **Known Flaws** | Imperfections and issues disclosed by the seller |
| 📖 **Ownership & Service History** | Ownership timeline and documented service records |
| 📄 **History Report** | Carfax/AutoCheck report URL |
| 💬 **Comments & Bids** *(optional)* | Full comment thread with usernames, text, upvotes, replies, and bid amounts |

### Why use this scraper?

- 🔬 **Market research** — analyze prices and trends for enthusiast cars across makes, models, and years
- 📊 **Valuation data** — build price guides from actual auction results for German, Japanese, Italian, and American cars
- 📈 **Competitor monitoring** — track which vehicles are listed, how they're priced, and what they sell for
- 🤖 **Automation** — replace manual browsing with scheduled data extraction via Apify's scheduler and API
- 🏎️ **Car spotting** — discover rare and modified vehicles listed on the platform

### Pricing

- **$1.50 per 1,000 listings**
- No hidden fees or limits on usage.
- Apify platform plans include free monthly compute units — check your plan for included usage.

---

### How to use Cars & Bids Scraper

1. **Create a free Apify account** at [console.apify.com](https://console.apify.com)
2. **Open the Cars & Bids Scraper** from the Apify Store
3. **Configure your input** — choose auction type, add search queries or filters, set max items (see Input below)
4. **Click Start** and the scraper begins extracting data
5. **Download results** as JSON, CSV, Excel, HTML, or access via API

### Input

The scraper accepts the following configuration. All fields are optional — run without any input to scrape the latest live auctions.

| Field | Type | Description | Default |
|-------|------|-------------|---------|
| `startUrls` | array | Specific Cars & Bids auction page URLs to scrape. Leave empty to use the search/filter options below. | `[]` |
| `auctionStatus` | select | Which type of auctions to scrape: `live`, `upcoming`, `past`, or `all` | `live` |
| `searchQuery` | string | Text search to find cars (e.g., `"Porsche 911"` or `"BMW M3"`). Automatically translated to make/model filters. | `""` |
| `transmission` | select | Filter by transmission: `all`, `automatic`, `manual` | `all` |
| `bodyStyle` | select | Filter by body style: `all`, `coupe`, `convertible`, `hatchback`, `sedan`, `suv`, `truck`, `van`, `wagon` | `all` |
| `startYear` | integer | Minimum model year (e.g., `2015`) | `0` |
| `endYear` | integer | Maximum model year (e.g., `2024`) | `0` |
| `noReserve` | boolean | Only scrape auctions with no reserve price | `false` |
| `extractComments` | boolean | Extract all comments and bids for each auction. Takes longer and produces more data. | `false` |
| `maxItems` | integer | Maximum number of auction listings to scrape (`0` = unlimited) | `10` |
| `proxyConfiguration` | object | Proxy settings for anti-bot protection. Residential proxies are recommended. | Apify Residential |

#### 📝 Copy for Use:

```json
{
  "auctionStatus": "live",
  "searchQuery": "Porsche 911",
  "transmission": "manual",
  "startYear": 2010,
  "endYear": 2025,
  "extractComments": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

### Output

The scraper produces structured JSON in the default dataset. Each record contains the full auction listing with all vehicle details.

![Cars & Bids Scraper Output](https://github.com/faizanalii/apify-images/blob/main/Cars%20%26%20Bids%20Scraper.gif?raw=true)

#### Sample output

```json
{
  "id": "KdMBnOPj",
  "url": "https://carsandbids.com/auctions/KdMBnOPj",
  "title": "1995 Porsche 911 Carrera Cabriolet",
  "subTitle": "6-Speed Manual, Air-Cooled Flat-6, Factory Rear Seat Delete",
  "make": "Porsche",
  "model": "993 911",
  "year": 1995,
  "location": "Acton, MA 01720",
  "vin": "WP0CA2999SS342819",
  "mileage": 97900,
  "bodyStyle": "Convertible",
  "engine": "3.6L Flat-6",
  "driveTrain": "Rear-Wheel Drive",
  "transmission": "Manual",
  "transmissionDetails": "6-Speed",
  "exteriorColor": "Polar Silver Metallic",
  "interiorColor": "Marble Gray",
  "titleStatus": "Clean (MA)",
  "sellerUsername": "actonautoboutique",
  "sellerIsCertified": false,
  "status": "live",
  "noReserve": false,
  "currentBid": 14000,
  "currentBidder": "CWG48",
  "saleAmount": null,
  "bidCount": 7,
  "commentCount": 5,
  "watcherCount": 494,
  "auctionEnd": "2026-07-02T17:36:00.000+00:00",
  "highlightedPoints": [
    "Accident-free Carfax history report",
    "Speed-activated rear spoiler",
    "Leather upholstery"
  ],
  "historyReportUrl": "https://www.carfax.com/vehiclehistory/...",
  "knownFlaws": "- Some chips on the front end; some scratches around the exterior",
  "modifications": "Notable modifications include: Alpine head unit",
  "ownershipHistory": "The selling dealer reportedly acquired this 911 in February 2026.",
  "photos": ["https://media.carsandbids.com/.../exterior/photo1.jpg", "..."],
  "videos": ["https://www.youtube.com/watch?v=RZSeWO79yt4", "..."],
  "mainPhotoUrl": "https://media.carsandbids.com/.../exterior/photo1.jpg",
  "views": 2896
}
```

### Why Choose This Scraper?

- **Affordable**: Pay only $1.50 per 1,000 listings scraped. No surprise fees — you control how much you extract with the `maxItems` limit.
- **Comprehensive**: Extracts every data point Cars & Bids exposes — VIN, engine specs, photos, videos, ownership history, known flaws, service records, equipment lists, seller details, bidding activity, and optional comments with user reputations.
- **Easy to Use**: No coding required. Start scraping from the Apify Console in under a minute. Just pick your filters or enter a search query, set max items, and click Start.
- **Reliable**: Uses Playwright (headless Chromium) with built-in retry logic and Apify Residential proxy support to handle Cloudflare protection. Failed listings are logged and skipped — the run continues.

### Recommended Proxy Providers

- ## **Shifter**

  - Reliable residential proxies all over the world.
  - Cheap rates
  - [Order Shifter Now](https://shifter.io/r/YoBB/order)
  - Get 10% Off any product, use coupan `rigelbytes-YoBB`.

- ## **OxyLabs**

  - **100M+ Proxies**
  - Fastest proxies in the market
  - Real profile, human-like Residential IPs
  - Quality assurance framework for most reliable IPs
  - [Get Proxies](https://oxylabs.go2cloud.org/aff_c?offer_id=7\&aff_id=1366\&url_id=7)

- ## **DataImpulse**

  - Covers **200+ Counties**
  - Reliable Residential Proxies for just $1/GB
  - [Get Residential Proxies](https://dataimpulse.com/?aff=89421)

### [![Learn More About Proxies](https://img.shields.io/badge/Learn_More-About_Proxies-blue?style=for-the-badge)](#understanding-proxies)

### 🙌 Why Buy Through Our Affiliate Link?

- Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
- Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
- No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

#### Running via Apify Console

You can run this actor from the Apify Console by providing the necessary input parameters.

#### Running via API

You can trigger this actor using the Apify API, passing the required input in the request body.

```shell
## Python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("rigelbytes/carsandbids-scraper").call(run_input={
    "auctionStatus": "live",
    "searchQuery": "Porsche 911",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
})
```

```shell
## JavaScript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('rigelbytes/carsandbids-scraper').call({
    auctionStatus: 'live',
    searchQuery: 'Porsche 911',
    maxItems: 50,
    proxyConfiguration: {
        useApifyProxy: true,
        apifyProxyGroups: ['RESIDENTIAL']
    }
});
```

```shell
## cURL
curl -X POST "https://api.apify.com/v2/acts/rigelbytes/carsandbids-scraper/runs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
    "auctionStatus": "live",
    "searchQuery": "Porsche 911",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
  }'
```

### 🚀 Other Tools by Rigel Bytes

Explore **80** more scraping tools by Rigel Bytes, organized by use case:

#### 📱 Social Media

Scrape Instagram, TikTok, LinkedIn, and more for content research and marketing intelligence.

- **[Export Instagram Reels](https://apify.com/rigelbytes/export-instagram-reels)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Facebook Ads Scraper](https://apify.com/rigelbytes/facebook-ads-scraper)** — Extract posts, profiles, and engagement data from Facebook for content research, influencer tracking, and marketing analytics.
- **[Instagram Analytics Tool](https://apify.com/rigelbytes/instagram-analytics-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Comment Scraper](https://apify.com/rigelbytes/instagram-comment-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Creator Stats](https://apify.com/rigelbytes/instagram-creator-stats)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Engagement Tool](https://apify.com/rigelbytes/instagram-engagement-tool)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Post Scraper](https://apify.com/rigelbytes/instagram-post-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[instagram-posts](https://apify.com/rigelbytes/instagram-posts)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Profile Scraper](https://apify.com/rigelbytes/instagram-profile-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Instagram Reel Scraper](https://apify.com/rigelbytes/instagram-reel-scraper)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[linkedin-company-details](https://apify.com/rigelbytes/linkedin-company-details)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Linkedin Company Scraper](https://apify.com/rigelbytes/linkedin-company-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Job Scraper](https://apify.com/rigelbytes/linkedin-job-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[LinkedIn Profile Scraper](https://apify.com/rigelbytes/linkedin-profile-scraper)** — Extract posts, profiles, and engagement data from LinkedIn for content research, influencer tracking, and marketing analytics.
- **[Scrape Instagram Creators](https://apify.com/rigelbytes/scrape-instagram-creators)** — Extract posts, profiles, and engagement data from Instagram for content research, influencer tracking, and marketing analytics.
- **[Tiktok Comment Scraper](https://apify.com/rigelbytes/tiktok-comment-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Creator Stats](https://apify.com/rigelbytes/tiktok-creator-stats)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[Tiktok Engagement Rate](https://apify.com/rigelbytes/tiktok-engagement-rate)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.
- **[TikTok Profile Scraper](https://apify.com/rigelbytes/tiktok-profile-scraper)** — Extract posts, profiles, and engagement data from TikTok for content research, influencer tracking, and marketing analytics.

#### 🏠 Real Estate

Extract property listings, prices, and agent data from top real estate platforms.

- **[Airbnb Address Finder](https://apify.com/rigelbytes/airbnb-address-finder)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Availability Calendar](https://apify.com/rigelbytes/airbnb-availability-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Detailed Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-detailed-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Images Downloader](https://apify.com/rigelbytes/airbnb-images-downloader)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing](https://apify.com/rigelbytes/airbnb-listing)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Listing Urls](https://apify.com/rigelbytes/airbnb-listing-urls)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Property Details](https://apify.com/rigelbytes/airbnb-property-details)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Reviews](https://apify.com/rigelbytes/airbnb-reviews)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Airbnb Scraper - Search & Listing Details](https://apify.com/rigelbytes/airbnb-scraper)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Bayut Scraper](https://apify.com/rigelbytes/bayut-scraper)** — Scrape property listings and market data from Bayut for market research, price monitoring, and investment analysis.
- **[Boligsiden.dk Scraper](https://apify.com/rigelbytes/boligsiden-dk-scraper)** — Scrape Danish real estate listings from Boligsiden.dk — for sale, sold, and rental properties with pricing, details,...
- **[Daft.ie Property Scraper](https://apify.com/rigelbytes/daft-ie-scraper)** — Scrapes property listings from Daft.ie including residential, rental, commercial, and new homes across Ireland.
- **[dubai-listing-scraper](https://apify.com/rigelbytes/dubai-listing-scraper)** — Extract unlimited property listings from Bayut.com — the UAE's largest real estate platform. Get detailed property...
- **[Export Airbnb Calendar](https://apify.com/rigelbytes/export-airbnb-calendar)** — Scrape property listings and market data from Airbnb for market research, price monitoring, and investment analysis.
- **[Funda Netherlands Real Estate Scraper](https://apify.com/rigelbytes/funda-nl-scraper)** — Scrape property listings from Funda.nl — the largest real estate platform in the Netherlands. Supports buy and rent,...
- **[Furnished Finder Fast](https://apify.com/rigelbytes/furnished-finder-fast)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Extract Furnished Finder Hosts](https://apify.com/rigelbytes/furnished-finder-hosts)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[FurnishedFinder](https://apify.com/rigelbytes/furnishedfinder)** — Scrape property listings and market data from Furnished Finder for market research, price monitoring, and investment analysis.
- **[Hemnet.se Scraper - Swedish Real Estate Listings](https://apify.com/rigelbytes/hemnet-se-scraper)** — Scrape property listings from Hemnet.se including for-sale, upcoming, and sold homes. Search by URL or location...
- **[Immobiliare Italy Real Estate Scraper](https://apify.com/rigelbytes/immobiliare-it-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24](https://apify.com/rigelbytes/immobilienscout24)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immobilienscout24-scraper](https://apify.com/rigelbytes/immobilienscout24-scraper)** — Scrape property listings and market data from real estate portals for market research, price monitoring, and investment analysis.
- **[Immoweb Scraper - Belgium Property Listings](https://apify.com/rigelbytes/immoweb-scraper)** — Scrapes property listings from Immoweb.be. Supports search result extraction with optional property detail enrichment.
- **[Immowelt Property Scraper](https://apify.com/rigelbytes/immowelt-property-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Immowelt Scraper](https://apify.com/rigelbytes/immowelt-scraper)** — The Immowelt Scraper helps you extract unlimited real estate listings from Immowelt with complete details including...
- **[Land.com Agents Scraper](https://apify.com/rigelbytes/landdotcom-agents)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Land.com Scraper](https://apify.com/rigelbytes/landdotcom-scraper)** — Scrape property listings and market data from Land.com for market research, price monitoring, and investment analysis.
- **[Outdoorsy Scraper](https://apify.com/rigelbytes/outdoorsy-scraper)** — Scrape property listings and market data from Outdoorsy for market research, price monitoring, and investment analysis.
- **[Propertyfinder Scraper](https://apify.com/rigelbytes/propertyfinder-scraper)** — Scrape property listings and market data from Property Finder for market research, price monitoring, and investment analysis.
- **[Redfin Scraper](https://apify.com/rigelbytes/redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Rightmove Scraper](https://apify.com/rigelbytes/rightmove-scraper)** — Scrape property listings and market data from Rightmove for market research, price monitoring, and investment analysis.
- **[RVshare Scraper](https://apify.com/rigelbytes/rvshare-scraper)** — Scrape property listings and market data from RVshare for market research, price monitoring, and investment analysis.
- **[Unlimited Redfin Scraper](https://apify.com/rigelbytes/unlimited-redfin-scraper)** — Scrape property listings and market data from Redfin for market research, price monitoring, and investment analysis.
- **[Zillow Detail Scraper](https://apify.com/rigelbytes/zillow-detail-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zillow Scraper](https://apify.com/rigelbytes/zillow-scraper)** — Scrape property listings and market data from Zillow for market research, price monitoring, and investment analysis.
- **[Zoopla Scraper](https://apify.com/rigelbytes/zoopla-scraper)** — Scrape property listings and market data from Zoopla for market research, price monitoring, and investment analysis.

#### ✈️ Travel & Hospitality

Monitor rentals, bookings, and travel listings at scale.

- **[Autotrader Scraper](https://apify.com/rigelbytes/autotrader-scraper)** — Scrapes car listings from Autotrader.com with advanced search filters, pagination, and detailed vehicle data.
- **[CarMax Scraper](https://apify.com/rigelbytes/carmax-scraper)** — Scrapes used car listings from CarMax.com with search URL, zip code filtering, and pagination support.
- **[Cars.com Scraper](https://apify.com/rigelbytes/cars-scraper)** — Scrapes car listings from Cars.com using their GraphQL API. Extracts detailed vehicle data including price, specs,...
- **[Ticketmaster Scraper](https://apify.com/rigelbytes/ticketmaster-scraper)** — Collect rental and travel listings from Ticketmaster for pricing intelligence and availability tracking.

#### 🛒 E-commerce

Scrape products, prices, and marketplace data for competitive research.

- **[Amazon Product Scraper](https://apify.com/rigelbytes/amazon-product-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[Amazon Search Scraper](https://apify.com/rigelbytes/amazon-scraper)** — Scrape products, prices, and seller data from Amazon for competitor monitoring, pricing, and product research.
- **[AutoScout24 Scraper](https://apify.com/rigelbytes/autoscout24-scraper)** — Scrape car listings from AutoScout24 with full filter support. Extract makes, models, prices, mileage, seller info,...
- **[Daraz](https://apify.com/rigelbytes/daraz)** — Scrape products, prices, and seller data from Daraz for competitor monitoring, pricing, and product research.
- **[Etsy Scraper](https://apify.com/rigelbytes/etsy-scraper)** — Scrape products, prices, and seller data from Etsy for competitor monitoring, pricing, and product research.
- **[Homedepot Scraper](https://apify.com/rigelbytes/homedepot-scraper)** — HomeDepot Products Scraper lets you extract product data from homedepot.com using a collection URL and delivery ZIP....
- **[Otodom Scraper - Polish Real Estate Listings](https://apify.com/rigelbytes/otodom-scraper)** — Scrapes property listings from Otodom.pl, Poland's leading real estate marketplace. Supports filters for transaction...

#### 💼 Jobs & Recruitment

Collect job listings and company hiring data for market analysis.

- **[ZipRecruiter Job Scraper](https://apify.com/rigelbytes/ziprecruiter-scraper)** — Scrape job listings from ZipRecruiter with search queries, locations, and radius filters. Extracts title, company,...

#### 📩 Lead Generation

Find business contacts, leads, and company data for sales and outreach.

- **[Company Service Finder](https://apify.com/rigelbytes/company-service-finder)** — The Company Service Finder uses AI to extract and analyze company services from Google Search & Maps. Get detailed...
- **[Doctify Scraper](https://apify.com/rigelbytes/doctify-scraper)** — Doctify Scraper lets you extract doctor and practice data from doctify.com using a search results URL. Collect...
- **[FindLaw Law Firm Scraper - Attorney & Law Firm Data Extraction](https://apify.com/rigelbytes/findlaw-scraper)** — Scrape law firm profiles from FindLaw.com. Extract detailed attorney and firm information including contact details,...
- **[Google Maps Scraper](https://apify.com/rigelbytes/google-maps-scraper)** — Find business leads and contact details from Google Maps for outbound sales, prospecting, and CRM enrichment.
- **[Website Services Finder](https://apify.com/rigelbytes/website-services-finder)** — Automatically extract and analyze company services from any business website using advanced AI. Choose from 5 AI...
- **[Zillow Agents](https://apify.com/rigelbytes/zillow-agents)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.
- **[Zillow Agents Phone](https://apify.com/rigelbytes/zillow-agents-phone)** — Find business leads and contact details from Zillow for outbound sales, prospecting, and CRM enrichment.

#### ⭐ Reviews & Ratings

Monitor reviews and reputation data across review platforms.

- **[Airbnb Listing Reviews](https://apify.com/rigelbytes/airbnb-listing-reviews)** — Collect reviews and ratings from Airbnb for reputation monitoring and customer insights.
- **[BBB Scraper](https://apify.com/rigelbytes/bbb-scraper)** — Collect reviews and ratings from BBB for reputation monitoring and customer insights.
- **[Rottentomatoes Reviews Scraper](https://apify.com/rigelbytes/rottentomatoes-reviews-scraper)** — Collect reviews and ratings from Rotten Tomatoes for reputation monitoring and customer insights.
- **[Trustpilot Reviews Scraper](https://apify.com/rigelbytes/trustpilot-reviews)** — Collect reviews and ratings from Trustpilot for reputation monitoring and customer insights.

#### 🍔 Food & Delivery

Extract restaurant, grocery, and delivery platform data.

- **[Instacart Scraper](https://apify.com/rigelbytes/instacart-scraper)** — Scrape menus, stores, and delivery data from Instacart for data-driven research and automation.
- **[Publix Scraper](https://apify.com/rigelbytes/publix-scraper)** — Scrape menus, stores, and delivery data from Publix for data-driven research and automation.

#### 🛠️ Developer Tools

General-purpose scraping and automation tools.

- **[Web Crawler](https://apify.com/rigelbytes/webcrawler)** — This web crawler is designed to provide users with complete flexibility by allowing them to use their \*\*own...

### Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

#### Why Use Proxies?

- Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
- Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
- Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

#### Types of Proxies

1. Residential Proxies
   - Real IP addresses provided by ISPs to home users.
   - They mimic regular users, making them harder to detect.
   - Best for: Long-term, undetectable scraping, and avoiding blocks.
2. Data Center Proxies
   - IP addresses from servers in data centers.
   - Faster and cheaper than residential proxies but easier to detect and block.
   - Best for: High-speed scraping, but with a higher risk of detection.
3. Mobile Proxies
   - IPs provided by mobile carriers (3G/4G/5G networks).
   - Very difficult to detect, as they appear as regular mobile users.
   - Best for: Mobile-related scraping or avoiding sophisticated blocks.

#### Rotating Proxies vs. Straight Proxies

- Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
- Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

### About Rigel Bytes

Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.

### Contact Us

Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or [book an appointment](https://cal.com/faizanali/appointments) with us to learn more about how we can help you achieve your data goals.

### Detailed Data

<details>
<summary>Click to expand full JSON output sample</summary>

```json
[
  {
    "id": "KdMBnOPj",
    "submissionId": "KdZQXwX5",
    "url": "https://carsandbids.com/auctions/KdMBnOPj",
    "title": "1995 Porsche 911 Carrera Cabriolet",
    "subTitle": "6-Speed Manual, Air-Cooled Flat-6, Factory Rear Seat Delete",
    "make": "Porsche",
    "model": "993 911",
    "year": 1995,
    "location": "Acton, MA 01720",
    "vin": "WP0CA2999SS342819",
    "mileage": 97900,
    "mileageText": null,
    "bodyStyle": "Convertible",
    "engine": "3.6L Flat-6",
    "driveTrain": "Rear-Wheel Drive",
    "transmission": "Manual",
    "transmissionDetails": "6-Speed",
    "exteriorColor": "Polar Silver Metallic",
    "interiorColor": "Marble Gray",
    "titleStatus": "Clean (MA)",
    "sellerType": "Dealer",
    "sellerUsername": "actonautoboutique",
    "sellerId": "rxYwOAeO",
    "sellerIsCertified": false,
    "sellerPhotoUrl": "",
    "status": "live",
    "noReserve": false,
    "hasInspection": false,
    "featured": true,
    "isNotable": false,
    "currentBid": 14000,
    "currentBidder": "CWG48",
    "saleAmount": null,
    "buyerUsername": "",
    "bidCount": 7,
    "commentCount": 5,
    "questionCount": 0,
    "watcherCount": 494,
    "auctionEnd": "2026-07-02T17:36:00.000+00:00",
    "canceledMessage": null,
    "highlightedPoints": [
      "Accident-free Carfax history report",
      "Speed-activated rear spoiler",
      "Leather upholstery"
    ],
    "historyReportUrl": "https://www.carfax.com/vehiclehistory/ar20/...",
    "inspectionReportUrl": null,
    "equipment": "A partial list of notable equipment reported by the selling dealer includes: 16-inch wheels, Speed-activated rear spoiler, Factory rear seat delete...",
    "highlights": "THIS... is a 1995 Porsche 911 Carrera Cabriolet, finished in Polar Silver Metallic with a black soft top and a Marble Gray interior...",
    "knownFlaws": "- Some chips on the front end; some scratches around the exterior\n- Bubbling paint on the hood",
    "otherItems": "- 2 keys\n- Owner's manual\n- Convertible boot cover",
    "sellerNotes": "The selling dealer reports that paint meter readings suggest prior paintwork may have been performed on the hood and driver-side quarter panel.",
    "modifications": "Notable modifications reported by the selling dealer include: Alpine head unit",
    "ownershipHistory": "The selling dealer reportedly acquired this 911 in February 2026.",
    "recentServiceHistory": "",
    "dougReview": "",
    "photos": [
      "https://media.carsandbids.com/.../photos/interior/photo1.jpg",
      "https://media.carsandbids.com/.../photos/exterior/photo2.jpg"
    ],
    "videos": [
      "https://www.youtube.com/watch?v=RZSeWO79yt4",
      "https://www.youtube.com/watch?v=KVWOV7p0"
    ],
    "acceptsUsdc": false,
    "safePayEligible": true,
    "shippingQuoteEligible": true,
    "views": 2896,
    "mainPhotoUrl": "https://media.carsandbids.com/.../photos/exterior/photo1.jpg",
    "comments": null
  }
]
```

</details>

# Actor input Schema

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

Specific Cars & Bids auction page URLs to scrape (e.g., https://carsandbids.com/auctions/3qlExmmn/1991-lamborghini-diablo). Leave empty to use search/filter options below.

## `auctionStatus` (type: `string`):

Which type of auctions to scrape from the listings

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

Text search to find cars (e.g., 'Porsche 911' or 'BMW M3'). The search is translated to make/model filters automatically.

## `transmission` (type: `string`):

Filter by transmission type

## `bodyStyle` (type: `string`):

Filter by body style

## `startYear` (type: `integer`):

Minimum model year filter (e.g., 2015)

## `endYear` (type: `integer`):

Maximum model year filter (e.g., 2024)

## `noReserve` (type: `boolean`):

Only scrape auctions with no reserve

## `extractComments` (type: `boolean`):

Extract all comments for each auction. This will take longer and produce more data.

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

Maximum number of auction listings to scrape (0 = unlimited)

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

Proxy settings for anti-bot protection

## Actor input object example

```json
{
  "startUrls": [],
  "auctionStatus": "live",
  "transmission": "all",
  "bodyStyle": "all",
  "startYear": 0,
  "endYear": 0,
  "noReserve": false,
  "extractComments": false,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Dataset containing scraped auction listings with full vehicle details

# 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": [],
    "searchQuery": "",
    "startYear": 0,
    "endYear": 0
};

// Run the Actor and wait for it to finish
const run = await client.actor("rigelbytes/carsandbids-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": [],
    "searchQuery": "",
    "startYear": 0,
    "endYear": 0,
}

# Run the Actor and wait for it to finish
run = client.actor("rigelbytes/carsandbids-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": [],
  "searchQuery": "",
  "startYear": 0,
  "endYear": 0
}' |
apify call rigelbytes/carsandbids-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Cars & Bids Scraper",
        "description": "Scrape live, upcoming, and past car auctions from Cars & Bids. Extract vehicle details, bids, photos, comments, and more.",
        "version": "1.0",
        "x-build-id": "X6IyqnmiAb3sXp8qn"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rigelbytes~carsandbids-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rigelbytes-carsandbids-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/rigelbytes~carsandbids-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rigelbytes-carsandbids-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/rigelbytes~carsandbids-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rigelbytes-carsandbids-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": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Specific Cars & Bids auction page URLs to scrape (e.g., https://carsandbids.com/auctions/3qlExmmn/1991-lamborghini-diablo). Leave empty to use search/filter options below.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "auctionStatus": {
                        "title": "Auction Status",
                        "enum": [
                            "live",
                            "upcoming",
                            "past",
                            "all"
                        ],
                        "type": "string",
                        "description": "Which type of auctions to scrape from the listings",
                        "default": "live"
                    },
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Text search to find cars (e.g., 'Porsche 911' or 'BMW M3'). The search is translated to make/model filters automatically."
                    },
                    "transmission": {
                        "title": "Transmission",
                        "enum": [
                            "all",
                            "automatic",
                            "manual"
                        ],
                        "type": "string",
                        "description": "Filter by transmission type",
                        "default": "all"
                    },
                    "bodyStyle": {
                        "title": "Body Style",
                        "enum": [
                            "all",
                            "coupe",
                            "convertible",
                            "hatchback",
                            "sedan",
                            "suv",
                            "truck",
                            "van",
                            "wagon"
                        ],
                        "type": "string",
                        "description": "Filter by body style",
                        "default": "all"
                    },
                    "startYear": {
                        "title": "Start Year",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum model year filter (e.g., 2015)",
                        "default": 0
                    },
                    "endYear": {
                        "title": "End Year",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum model year filter (e.g., 2024)",
                        "default": 0
                    },
                    "noReserve": {
                        "title": "No Reserve Only",
                        "type": "boolean",
                        "description": "Only scrape auctions with no reserve",
                        "default": false
                    },
                    "extractComments": {
                        "title": "Extract Comments",
                        "type": "boolean",
                        "description": "Extract all comments for each auction. This will take longer and produce more data.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of auction listings to scrape (0 = unlimited)",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for anti-bot protection",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
