Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api/
Mock Server
https://docs.uberall.com/_mock/apis/swagger/
- Near Me Check API Serverhttps://near-me-check.uberall.com/api/near-me-check/categories
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/near-me-check/categories
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://near-me-check.uberall.com/api/near-me-check/categories?q=restaurant&categories=1&language=en' \
-H 'publicKey: YOUR_API_KEY_HERE'Response
application/json
[ { "name": "Supermarket", "fullName": "Retail > Supermarkets and Groceries > Supermarket", "id": 374, "parentId": 4221 }, { "name": "Superfund Site", "fullName": "Community and Government > Administrative Area > Superfund Site", "id": 2533, "parentId": 4270 }, { "name": "Superannuation Consultant", "fullName": "Businesses and Services > Financial > Superannuation Consultant", "id": 3930, "parentId": 4179 }, { "name": "License Plate Frames Supplier", "fullName": "Businesses and Services > Supplier > License Plate Frames Supplier", "id": 21, "parentId": 4136 } ]
- Near Me Check API Serverhttps://near-me-check.uberall.com/api/report
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/report
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://near-me-check.uberall.com/api/report \
-H 'Content-Type: application/json' \
-H 'publicKey: YOUR_API_KEY_HERE' \
-d '{
"categoryId": "213",
"country": "DE",
"name": "Uberall",
"streetAndNo": "Hussitenstraße 32-33",
"zip": "13355",
"city": "Berlin",
"phone": "030 208479320"
}'Response
application/json
{ "id": 1, "token": "Qxcymb4T4Sr51hOz", "location": { "alreadyManaged": true, "name": "Uberall", "categoryId": 213, "address": { … } }, "dateCreated": "2023-04-25T13:33:04.093+00:00", "statuses": { "locationAccuracyStatus": "IN_PROGRESS", "listingsDetailsStatus": "IN_PROGRESS" }, "uncheckedDirectories": [] }
- Near Me Check API Serverhttps://near-me-check.uberall.com/api/report/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/report/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://near-me-check.uberall.com/api/report/1?token=Qxcymb4T4Sr51hOz' \
-H 'publicKey: YOUR_API_KEY_HERE'Response
application/json
{ "id": 1, "token": "Qxcymb4T4Sr51hOz", "benchmark": { "category": { … }, "geography": { … } }, "location": { "alreadyManaged": true, "name": "Uberall", "categoryId": 213, "address": { … } }, "dateCreated": "2023-04-25T13:33:04.000+00:00", "statuses": { "locationAccuracyStatus": "FINISHED", "listingsDetailsStatus": "FINISHED" }, "locationAccuracy": { "dataFields": { … }, "listings": { … } }, "listingsDetails": [ { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … } ], "uncheckedDirectories": [ "YALWA", "OEFFNUNGSZEITENBUCH", "CYLEX", "TOMTOM", "NEXT_DOOR", "GO_YELLOW", "STADTBRANCHENBUCH", "MEINESTADT", "FOURSQUARE", "AUSKUNFT", "BAIDU", "DIALO", "TRIP_ADVISOR", "MARKTPLATZ_MITTELSTAND", "BROWNBOOK", "BUNDES_TELEFONBUCH", "WAZE", "BING", "BUSINESSBRANCHENBUCH", "FIND_OPEN", "KOOMIO", "UNTERNEHMENSAUSKUNFT", "APPLE_MAPS", "NOKIA_HERE", "BRANCHENBUCH_DEUTSCHLAND", "GOOGLE_MAPS", "GO_LOCAL", "WO_GIBTS_WAS", "UBER", "HOLIDAY_CHECK", "HUAWEI", "SIRI", "MICROSOFT_CORTANA", "GOOGLE_ASSISTANT", "ALEXA" ] }
Social AI ServiceCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social AI Service