# Compare jacket prices on Ubuy.com.se Sweden

**Use case:** 

Scrape Ubuy Sweden jacket search results with import pricing, seller, and delivery estimates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ubuy.com.se/en/search/?q=jacket&page=1"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "id": {
    "label": "Id"
  },
  "price": {
    "label": "Price"
  },
  "availability": {
    "label": "Availability"
  },
  "rating": {
    "label": "Rating"
  },
  "description": {
    "label": "Description"
  },
  "faqs": {
    "label": "Faqs"
  }
}
```

## About this Actor

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