Discover/11880.com API
live

11880.com API11880.com

Access 11880.com's German business directory via API. Search companies, retrieve contact details, opening hours, reviews, and autocomplete trades and cities.

Endpoints
4
Updated
14d ago
Try it
Page number for pagination.
JSON string of filters to apply, e.g. {"opening_hours": "true", "rating": "4"}.
Industry or company name to search for.
City name to search in.
api.parse.bot/scraper/094c1576-eea0-42e9-8009-bb32096fbd1d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/094c1576-eea0-42e9-8009-bb32096fbd1d/search_companies?keyword=Restaurant&location=Berlin' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for companies by keyword and location with optional filters and pagination. Returns a list of business results from the 11880.com directory.

Input
ParamTypeDescription
pageintegerPage number for pagination.
filtersstringJSON string of filters to apply, e.g. {"opening_hours": "true", "rating": "4"}.
keywordstringIndustry or company name to search for.
locationstringCity name to search in.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "results": "array of company objects with name, detail_url, address, phone, rating, and review_count",
    "total_count_hint": "integer, number of results on the current page"
  },
  "sample": {
    "data": {
      "page": 1,
      "results": [
        {
          "name": "BABU Restaurant",
          "phone": "(030) 46994966",
          "rating": null,
          "address": "Treptower Str. 9512059Berlin(Neukoelln)",
          "detail_url": "https://www.11880.com/branchenbuch/berlin/071364395B107275402/babu-restaurant.html",
          "review_count": "5 von 5 Sternen(1 Bewertung)"
        }
      ],
      "total_count_hint": 50
    },
    "status": "success"
  }
}

About the 11880.com API

The 11880.com API provides 4 endpoints for querying Germany's 11880.com business directory, covering millions of company listings. Use search_companies to find businesses by keyword and location, get_company_details to retrieve full contact records including geo coordinates, opening hours, and reviews, and two autocomplete endpoints for trades and cities to power search interfaces.

Search and Company Data

The search_companies endpoint accepts a keyword (industry or company name), a location (city name), an optional filters JSON string, and a page integer for pagination. Each result object in the results array includes name, detail_url, address, phone, rating, and review_count. The total_count_hint field reflects how many results appear on the current page. Filters support parameters such as opening_hours and minimum rating to narrow results.

Company Details

get_company_details takes a url matching a detail_url from search results and returns a full company record. Fields include a structured address object (street, zip, city), phone, email, website, rating, review_count, and an opening_hours array with dayOfWeek, opens, and closes per entry. The geo object provides latitude and longitude for mapping, and the reviews array contains individual entries with author, rating, and description.

Autocomplete Endpoints

get_trades_autocomplete returns up to 10 trade or industry suggestions matching a partial query string, each with an id and name. get_cities_autocomplete returns matching German city records including name, slug, and zipcode for a partial city name query. Both endpoints support German umlauts, making it straightforward to handle inputs like "mün" for München. These are useful for building type-ahead inputs that feed into search_companies.

Common use cases
  • Build a German business finder that filters results by minimum rating and opening hours availability
  • Enrich a CRM with phone, email, and address data pulled from get_company_details for German companies
  • Map competitor locations using geo coordinates (latitude/longitude) returned by get_company_details
  • Aggregate and analyze customer reviews for businesses in a specific German city or trade category
  • Power a type-ahead search field with trade and city suggestions using the two autocomplete endpoints
  • Monitor opening hours changes for a list of businesses tracked by their 11880.com detail URLs
  • Generate leads by scraping contact details for businesses in a given trade and location combination
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does 11880.com offer an official developer API?+
11880.com does not publish an official public developer API or developer program. This Parse API provides structured access to the directory data.
What does get_company_details return beyond what search_companies provides?+
search_companies returns a summary per listing: name, address, phone, rating, review_count, and a detail_url. get_company_details expands this with email, website, geo coordinates (latitude and longitude), a structured opening_hours array with per-day open and close times, and a full reviews array with individual author, rating, and description fields.
How does pagination work in search_companies?+
The endpoint accepts a page integer parameter. The response includes a page field echoing the current page and a total_count_hint reflecting the number of results on that page — not a global total. To iterate through all results, increment page until total_count_hint drops to zero or fewer results are returned than expected.
Does the API cover businesses outside Germany?+
No. 11880.com is a German-language directory and all listings, city names, and trade categories are Germany-focused. Coverage is limited to German businesses and locations. If you need to extend this to another country's business directory, you can fork the API on Parse and revise it to target a different source.
Can I retrieve a list of all available trade categories without a partial query?+
Not currently. get_trades_autocomplete requires a partial query string and returns up to 10 matching suggestions; there is no endpoint that dumps the full trade taxonomy. You can fork the API on Parse and revise it to add an endpoint that enumerates all available trade categories.
Page content last updated . Spec covers 4 endpoints from 11880.com.
Related APIs in B2b DirectorySee all →
13f.info API
13f.info API
mouser.com API
mouser.com API
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
yellowpages-uae.com API
Search and discover UAE businesses with instant access to contact details, locations, and branch information from the Yellow Pages UAE directory. Find companies by name, get detailed business profiles, explore multiple branches, and browse available cities all in one place.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
11880.com API – German Business Directory · Parse