# Philippines (PH) Carousell

**Use case:** 

Extract Carousell data filtered by Philippines (PH). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "iphone 14",
  "maxItems": 10,
  "country": "PH",
  "sortOrder": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "seller_username": {
    "label": "Seller Username",
    "format": "text"
  },
  "seller_id": {
    "label": "Seller Id",
    "format": "text"
  },
  "seller_rating": {
    "label": "Seller Rating",
    "format": "number"
  },
  "seller_verified": {
    "label": "Seller Verified",
    "format": "boolean"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sold": {
    "label": "Sold",
    "format": "boolean"
  },
  "bumped": {
    "label": "Bumped",
    "format": "boolean"
  },
  "liked_count": {
    "label": "Liked Count",
    "format": "number"
  },
  "view_count": {
    "label": "View Count",
    "format": "number"
  },
  "chat_count": {
    "label": "Chat Count",
    "format": "number"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "listing_url": {
    "label": "Listing Url",
    "format": "link"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Carousell Scraper](https://apify.com/parseforge/carousell-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/carousell-scraper) to learn more, explore other use cases, and run it yourself.