# Thế Giới Di Động Scraper - Products & Reviews

**Use case:** 

Scrape thegioididong.com. Get products, variants, images, ratings, reviews & discount details in clean, flat records.

## Input

```json
{
  "mode": "search",
  "queries": [
    "iphone 15"
  ],
  "specialsOnly": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.thegioididong.com/dtdd"
  ],
  "fetchDetails": true,
  "fetchReviews": false,
  "maxReviewsPerProduct": 20,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "VN"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "List price"
  },
  "currency": {
    "label": "Currency"
  },
  "discount": {
    "label": "Discount"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Ratings"
  },
  "code": {
    "label": "Code"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Thế Giới Di Động Scraper - Products & Reviews](https://apify.com/abotapi/thegioididong-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/thegioididong-scraper) to learn more, explore other use cases, and run it yourself.