# Get Local B2B Leads in Germany

**Use case:** 

Find German B2B prospects by business type and city. Collect company names, categories, addresses, ZIP codes, phone numbers, and listing URLs from Das Örtliche for targeted sales and lead generation.

## Input

```json
{
  "urls": [
    "https://www.dasoertliche.de/?kw=Marketingagentur&ci=Berlin&form_name=search_nat",
    "https://www.dasoertliche.de/?kw=Marketingagentur&ci=München&form_name=search_nat",
    "https://www.dasoertliche.de/?kw=Marketingagentur&ci=Hamburg&form_name=search_nat"
  ],
  "maxitems": 40
}
```

## Output

```json
{
  "entryId": {
    "label": "Entry ID",
    "format": "text"
  },
  "recordId": {
    "label": "Record ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "distance": {
    "label": "Distance",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "openingHours": {
    "label": "Opening Hours",
    "format": "text"
  },
  "hasChat": {
    "label": "Chat",
    "format": "text"
  },
  "hasFreeCall": {
    "label": "Free Call",
    "format": "text"
  },
  "landkreis": {
    "label": "Landkreis",
    "format": "text"
  },
  "bundesland": {
    "label": "Bundesland",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dasoertliche.de Scraper - Preiswert Low-cost 💲🔎🇩🇪](https://apify.com/delectable_incubator/dasoertliche-de-scraper---preiswert-low-cost.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/dasoertliche-de-scraper---preiswert-low-cost.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/delectable_incubator/dasoertliche-de-scraper---preiswert-low-cost.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
