# DBA Scraper by City

**Use case:** 

Scrape DBA listings for any city and radius — price, photos and location. Structured, ready to run.

## Input

```json
{
  "query": "cykel",
  "queries": [],
  "startUrls": [],
  "maxResultsPerQuery": 0,
  "category": "all",
  "mobilityType": "",
  "yearFrom": 0,
  "yearTo": 0,
  "mileageFrom": 0,
  "mileageTo": 0,
  "fuel": "",
  "transmission": "",
  "registrationClass": [],
  "dealerSegment": "",
  "condition": "all",
  "region": "all",
  "priceMin": 0,
  "priceMax": 5000,
  "sellerType": "",
  "fiksFerdig": false,
  "sortBy": "relevance",
  "maxResults": 5,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "omitNulls": true,
  "incremental": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "contentHash": {
    "label": "Content Hash",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "conditionDetails": {
    "label": "Condition Details",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "subType": {
    "label": "Sub-Type",
    "format": "text"
  },
  "material": {
    "label": "Material",
    "format": "text"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "theme": {
    "label": "Theme",
    "format": "text"
  },
  "designer": {
    "label": "Designer",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "depth": {
    "label": "Depth (cm)",
    "format": "number"
  },
  "height": {
    "label": "Height (cm)",
    "format": "number"
  },
  "width": {
    "label": "Width (cm)",
    "format": "number"
  },
  "length": {
    "label": "Length (cm)",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category Path",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "coordinateAccuracy": {
    "label": "Coord. Accuracy",
    "format": "number"
  },
  "mapImageUrl": {
    "label": "Map Image",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "imageUrls": {
    "label": "All Image URLs",
    "format": "array"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "tradeType": {
    "label": "Trade Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "editedAt": {
    "label": "Edited",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "portalUrl": {
    "label": "Portal URL",
    "format": "link"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "shippingAvailable": {
    "label": "Shipping Available",
    "format": "boolean"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "buyNowAvailable": {
    "label": "Buy Now",
    "format": "boolean"
  },
  "disposed": {
    "label": "Disposed",
    "format": "boolean"
  },
  "isWebstore": {
    "label": "Webstore",
    "format": "boolean"
  },
  "attributes": {
    "label": "Attributes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DBA Scraper - Denmark’s Largest Marketplace](https://apify.com/blackfalcondata/dba-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/dba-listings-scraper) to learn more, explore other use cases, and run it yourself.