# Compare product prices across US retailers

**Use case:** 

Search one product keyword across US marketplaces and get 58 fields per listing: price, was-price, discount, stock, seller, rating and shipping cost.

## Input

```json
{
  "keyword": "wireless earbuds",
  "country": "United States",
  "max_results": 100,
  "platforms": []
}
```

## Output

```json
{
  "main_image": {
    "label": "Main Image",
    "format": "string"
  },
  "image_urls": {
    "label": "Image Urls",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "gtin": {
    "label": "GTIN",
    "format": "string"
  },
  "mpn": {
    "label": "MPN",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "origin": {
    "label": "Origin",
    "format": "string"
  },
  "energy_class": {
    "label": "Energy Class",
    "format": "string"
  },
  "included": {
    "label": "Included",
    "format": "array"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "release_date": {
    "label": "Release Date",
    "format": "string"
  },
  "variant_group": {
    "label": "Variant Group",
    "format": "string"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "was_price": {
    "label": "Was Price",
    "format": "number"
  },
  "unit_price": {
    "label": "Unit Price",
    "format": "object"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "price_text": {
    "label": "Price Text",
    "format": "string"
  },
  "discount_pct": {
    "label": "Discount Pct",
    "format": "number"
  },
  "discount_text": {
    "label": "Discount Text",
    "format": "string"
  },
  "promo_text": {
    "label": "Promo Text",
    "format": "string"
  },
  "installment_text": {
    "label": "Installment Text",
    "format": "string"
  },
  "stock_status": {
    "label": "Stock Status",
    "format": "string"
  },
  "stock_text": {
    "label": "Stock Text",
    "format": "string"
  },
  "sales_text": {
    "label": "Sales Text",
    "format": "string"
  },
  "buy_limit": {
    "label": "Buy Limit",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "seller_url": {
    "label": "Seller URL",
    "format": "string"
  },
  "seller_score": {
    "label": "Seller Score",
    "format": "number"
  },
  "shipping_text": {
    "label": "Shipping Text",
    "format": "string"
  },
  "shipping_cost": {
    "label": "Shipping Cost",
    "format": "number"
  },
  "delivery_text": {
    "label": "Delivery Text",
    "format": "string"
  },
  "pickup_text": {
    "label": "Pickup Text",
    "format": "string"
  },
  "return_text": {
    "label": "Return Text",
    "format": "string"
  },
  "return_days": {
    "label": "Return Days",
    "format": "integer"
  },
  "warranty_text": {
    "label": "Warranty Text",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "site": {
    "label": "Site",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [All Shopping Scraper (23 Sites)](https://apify.com/agentx/all-shopping-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/all-shopping-scraper) to learn more, explore other use cases, and run it yourself.