VOOZH about

URL: https://apify.com/dromb/country-road-scraper

โ‡ฑ Country Road Scraper [DEPRECATED] ยท Apify


๐Ÿ‘ Country Road Scraper avatar

Country Road Scraper

Deprecated

Pricing

from $0.40 / 1,000 results

Go to Apify Store

Country Road Scraper

Deprecated

This Apify Actor allows you to scrape public product data, prices, and availability from the Country Road AU storefront. It is designed for market research and price monitoring, providing a normalized dataset of product information.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Country Road Product Scraper

This Apify Actor allows you to scrape public product data, prices, and availability from the Country Road AU storefront. It is designed for market research and price monitoring, providing a normalized dataset of product information.

Supported Operations

The actor supports three primary ways to retrieve product data:

  • Keyword Search: Find products using search terms (e.g., "shirt", "linen dress").
  • Category Browse: Extract products from a specific category listing page.
  • Product Detail: Retrieve comprehensive specifications for a single product using its ID or URL.

All search and category results are automatically enriched, meaning the actor will visit each product's detail page to collect full specifications, variants, and images.

Input Guide

Pagination & Limits

  • Page (page): The result page to fetch (default: 1, minimum: 1).
  • Page Size (pageSize): Maximum number of products to process from the selected page (default: 48, maximum: 100). This is an actor-side cap.
  • Max Items (maxItems): Maximum number of enriched products to emit in the dataset (maximum: 100).

Examples:

  • Search Page 2: {"searchQuery": "shirt", "page": 2, "maxItems": 10}
  • Category Page 1 with cap: {"categoryUrl": "...", "page": 1, "pageSize": 10}

Examples

Depending on your goal, provide one of the following input combinations:

1. Keyword Search (e.g., shirts)

{
"searchQuery":"shirt",
"maxItems":10,
"sort":"recommended",
"proxyConfiguration":"auto"
}

2. Keyword Search (e.g., dresses)

{
"searchQuery":"dress",
"maxItems":5,
"sort":"new",
"proxyConfiguration":"auto"
}

3. Category Browse

{
"categoryUrl":"https://www.countryroad.com.au/woman-new-in/",
"maxItems":20,
"proxyConfiguration":"auto"
}

4. Single Product Detail

{
"itemSlug":"60226975-7561",
"proxyConfiguration":"auto"
}

Input Parameters

  • Search Query: Search term to find products.
  • Category URL: URL or slug of the category page.
  • Item Slug: Product style code, slug, or full URL.
  • Max Items: Maximum number of products to scrape and enrich.
  • Sort: Sorting method (recommended, new, price_asc, price_desc).
  • Filters: Optional filters in key:value format (e.g., colour:black).
  • Proxy Configuration:
    • auto: Recommended. Uses optimized Apify residential proxies.
    • apify: Uses Apify's proxy pool.
    • direct: No proxy (high risk of blocking).
    • custom: Uses a provided custom proxy URL.

Output Example

The actor returns a normalized dataset. Below is a representative example of a verified product item:

{
"id":"60226975-7561",
"slug":"linen-shirt-60226975-7561",
"name":"Linen Shirt",
"brand":"CR",
"source_url":"https://www.countryroad.com.au/linen-shirt-60226975-7561",
"category":"Natural Fibres",
"price":139,
"discount_price":19.95,
"currency":"AUD",
"barcode":"9360160557488",
"eans":["9360160557488"],
"size":"{'code': '', 'sortOrder': 20, 'size': '16'}",
"color":"{'code': '7561', 'colour': 'Pink Meringue', 'sortOrder': 0}",
"in_stock":true,
"stock_status":"in_stock",
"image":"https://www.countryroad.com.au/1/128929_607515_405816.jpg",
"images":[
"https://www.countryroad.com.au/1/128929_607515_405816.jpg",
"https://www.countryroad.com.au/2/128929_607515_405817.jpg"
],
"variants":[
{
"id":"607518",
"sku":"53025535",
"size":"16",
"color":"Pink Meringue",
"price":139,
"discount_price":19.95,
"in_stock":true
}
],
"short_description":"A wardrobe staple, made using organically grown linen...",
"description":"100% linen Shell-look buttons Regular fit Long sleeve...",
"specifications":{
"Brand":"CR",
"Fabric":"100% Linen",
"Origin Country":"China"
},
"breadcrumbs":["Woman","Shop by Attribute","Natural Fibres"],
"attributes":{
"fabric":"100% Linen",
"origin_country":"China"
}
}

Output Fields Reference

  • id: Unique product identifier from the store.
  • slug: URL-friendly product identifier.
  • name: Full name of the product.
  • brand: Brand name.
  • source_url: Direct link to the product on the store.
  • price: Original retail price.
  • discount_price: Current sale price if applicable.
  • currency: Currency code (e.g., AUD).
  • variants: Array of available size/color combinations with their respective stock and price.
  • specifications: Detailed product attributes extracted from the "Details" section.
  • breadcrumbs: The site navigation path to the product.

Limitations & Compliance

  • Public Data Only: Only extracts information available on public-facing pages.
  • No Private Access: Does not access accounts, carts, or private user areas.
  • No CAPTCHA: Does not solve CAPTCHAs.
  • Pagination: Supported. Use page to select a result page and pageSize to cap items processed from that page.
  • Availability: Success depends on target site availability and proxy health.

Proxy Note

For reliable operation in the cloud, proxyConfiguration: "auto" is strongly recommended. This uses residential proxies optimized for the Australian region to avoid bot detection.

Evidence

This actor's capabilities have been cloud-validated for:

  • Keyword search
  • Category browsing
  • Single product enrichment

You might also like

Waze Traffic Scraper

burbn/waze-traffic-scraper

Get live traffic alerts, road hazards, police reports, closures & jams directly from Waze without official API keys! ๐Ÿšจ Search any location worldwide using a simple bounding box or radius. Ideal for route planning, fleet management, and real-time logistics mapping.

Housing.com Scraper ๐Ÿ 

easyapi/housing-com-scraper

Scrape real estate listings from Housing.com. Extract detailed property information including prices, configurations, locations, amenities, and more. Perfect for real estate market analysis and property research.

EXIF & GPS Metadata Extractor

sian.agency/exif-gps-metadata-extractor

๐Ÿ“ธ Image metadata scraper with EXIF extraction, GPS data, and optional reverse geocoding. Extract camera make/model, timestamps, locations from photos. Ideal for photography pros and digital forensics. Simple, fast, accurate. Try free!

๐Ÿ‘ User avatar

SIรN Oรœ

55

5.0

(1)

Nominatim Geocoding Scraper

gio21/nominatim-scraper

OpenStreetMap Nominatim geocoding API. Forward (address -> coordinates + place) and reverse (lat/lng -> address). Returns display name, lat/lng, address parts, bounding box, OSM ID/type. Free, no key. For maps, addresses, geo apps.

MusicBrainz Scraper

parseforge/musicbrainz-scraper

Scrape music metadata from MusicBrainz covering 70M+ recordings. Get artists, albums, recordings, and labels with genres, countries, release dates, barcodes, and catalog numbers. Search by name across three modes (artists, releases, recordings) with country and type filters.

OpenAQ Air Quality Scraper

parseforge/openaq-air-quality-scraper

Find air quality monitors anywhere by coordinates or country code. Every station carries its name, coordinates, provider, measured pollutants, and latest readings for PM2.5, PM10, ozone, and NO2 with timestamps. Handy for environmental research, public dashboards, and health monitoring.

CBAt Brazil Road Race Calendar Scraper

jungle_synthesizer/cbat-brasil-corridas-rua-athletes-scraper

Scrapes the CBAt official sanctioned road-race calendar for Brazil. Returns each CBAt-permitted event with date, race name, distances, city, state, and permit level (Bronze/Ouro/Prata). Brazil is LATAM's top running market; CBAt is the sole sanctioning federation for ~1500 events per year.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

MarathonGuide Road Race Results Scraper

jungle_synthesizer/marathonguide-road-race-results-scraper

Extract finisher results from MarathonGuide โ€” the largest US road-race results database covering thousands of marathons and road races since the 1990s. Search by race name or year to retrieve finish times, placements, age-group rankings, and runner details.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Airbnb Address Finder

kawsar/airbnb-address-finder

Airbnb address finder that looks up the real street address of any listing URL. Returns house number, road, city, postcode, and country as clean, separate fields. Works in bulk across any country.