# United Kingdom Shiply.com Freight Marketplace

**Use case:** 

Extract Shiply.com Freight Marketplace data filtered by United Kingdom. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "country": "United Kingdom",
  "maxItems": 10,
  "maxConcurrency": 5,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "collectionCity": {
    "label": "Collection City",
    "format": "text"
  },
  "collectionCounty": {
    "label": "Collection County",
    "format": "text"
  },
  "collectionPostcode": {
    "label": "Collection Postcode",
    "format": "text"
  },
  "deliveryCity": {
    "label": "Delivery City",
    "format": "text"
  },
  "deliveryCounty": {
    "label": "Delivery County",
    "format": "text"
  },
  "deliveryPostcode": {
    "label": "Delivery Postcode",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "quotesCount": {
    "label": "Quotes Count",
    "format": "number"
  },
  "isUrgent": {
    "label": "Is Urgent",
    "format": "boolean"
  },
  "isFeatured": {
    "label": "Is Featured",
    "format": "boolean"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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