# Compare Joybuy Product Prices Across Marketplaces

**Use case:** 

Compare one Joybuy product across the UK, German and French marketplaces: price and currency each, specs, delivery and stock.

## Input

```json
{
  "productUrls": [
    "https://m.joybuy.co.uk/dp/100108181",
    "https://m.joybuy.de/dp/100110162",
    "https://m.joybuy.fr/dp/10488689"
  ],
  "country": "GB",
  "fetchReviews": false,
  "maxReviewsPerItem": 10
}
```

## Output

```json
{
  "skuId": {
    "label": "skuId",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  },
  "title": {
    "label": "title",
    "format": "string"
  },
  "price": {
    "label": "price",
    "format": "number"
  },
  "listPrice": {
    "label": "listPrice",
    "format": "number"
  },
  "currency": {
    "label": "currency",
    "format": "string"
  },
  "marketplace": {
    "label": "marketplace",
    "format": "string"
  },
  "marketplaceName": {
    "label": "marketplaceName",
    "format": "string"
  },
  "language": {
    "label": "language",
    "format": "string"
  },
  "image": {
    "label": "image",
    "format": "string"
  },
  "images": {
    "label": "images",
    "format": "array"
  },
  "rating": {
    "label": "rating",
    "format": "number"
  },
  "inStock": {
    "label": "inStock",
    "format": "boolean"
  },
  "isBestseller": {
    "label": "isBestseller",
    "format": "boolean"
  },
  "isDiscounted": {
    "label": "isDiscounted",
    "format": "boolean"
  },
  "brand": {
    "label": "brand",
    "format": "string"
  },
  "model": {
    "label": "model",
    "format": "string"
  },
  "warranty": {
    "label": "warranty",
    "format": "string"
  },
  "weightKg": {
    "label": "weightKg",
    "format": "number"
  },
  "finalPrice": {
    "label": "finalPrice",
    "format": "number"
  },
  "discountText": {
    "label": "discountText",
    "format": "string"
  },
  "discountAmount": {
    "label": "discountAmount",
    "format": "number"
  },
  "discountPercent": {
    "label": "discountPercent",
    "format": "number"
  },
  "couponText": {
    "label": "couponText",
    "format": "string"
  },
  "coupons": {
    "label": "coupons",
    "format": "array"
  },
  "loyaltyPoints": {
    "label": "loyaltyPoints",
    "format": "integer"
  },
  "installmentText": {
    "label": "installmentText",
    "format": "string"
  },
  "categories": {
    "label": "categories",
    "format": "array"
  },
  "breadcrumb": {
    "label": "breadcrumb",
    "format": "string"
  },
  "bestsellerRank": {
    "label": "bestsellerRank",
    "format": "object"
  },
  "deliveryPromise": {
    "label": "deliveryPromise",
    "format": "string"
  },
  "shippingText": {
    "label": "shippingText",
    "format": "string"
  },
  "deliveryOptions": {
    "label": "deliveryOptions",
    "format": "array"
  },
  "fulfillment": {
    "label": "fulfillment",
    "format": "object"
  },
  "shipsFrom": {
    "label": "shipsFrom",
    "format": "string"
  },
  "promotionDetails": {
    "label": "promotionDetails",
    "format": "array"
  },
  "guarantees": {
    "label": "guarantees",
    "format": "array"
  },
  "variants": {
    "label": "variants",
    "format": "array"
  },
  "series": {
    "label": "series",
    "format": "array"
  },
  "seller": {
    "label": "seller",
    "format": "object"
  },
  "venderId": {
    "label": "venderId",
    "format": "string"
  },
  "spuId": {
    "label": "spuId",
    "format": "string"
  },
  "shareLink": {
    "label": "shareLink",
    "format": "string"
  },
  "specifications": {
    "label": "specifications",
    "format": "array"
  },
  "descriptionHtml": {
    "label": "descriptionHtml",
    "format": "string"
  },
  "importantInfo": {
    "label": "importantInfo",
    "format": "string"
  },
  "brandStory": {
    "label": "brandStory",
    "format": "object"
  },
  "energyLabels": {
    "label": "energyLabels",
    "format": "array"
  },
  "stockState": {
    "label": "stockState",
    "format": "integer"
  },
  "purchaseLimit": {
    "label": "purchaseLimit",
    "format": "object"
  },
  "dimensions": {
    "label": "dimensions",
    "format": "object"
  },
  "salesVolumeText": {
    "label": "salesVolumeText",
    "format": "string"
  },
  "ratingCountText": {
    "label": "ratingCountText",
    "format": "string"
  },
  "commentCount": {
    "label": "commentCount",
    "format": "integer"
  },
  "goodRate": {
    "label": "goodRate",
    "format": "string"
  },
  "ratingBreakdown": {
    "label": "ratingBreakdown",
    "format": "object"
  },
  "reviewTags": {
    "label": "reviewTags",
    "format": "array"
  },
  "reviewTabs": {
    "label": "reviewTabs",
    "format": "array"
  },
  "foldedReviewCount": {
    "label": "foldedReviewCount",
    "format": "integer"
  },
  "reviewsCaptured": {
    "label": "reviewsCaptured",
    "format": "integer"
  },
  "reviews": {
    "label": "reviews",
    "format": "array"
  },
  "detailScraped": {
    "label": "detailScraped",
    "format": "boolean"
  },
  "reviewsScraped": {
    "label": "reviewsScraped",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Joybuy Product Detail Scraper - Prices, Coupons & Specs](https://apify.com/clearpath/joybuy-product-detail-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/joybuy-product-detail-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

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

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/joybuy-product-detail-scraper.md

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