Country Road Scraper avatar

Country Road Scraper

Deprecated

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Country Road Scraper

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