---
title: "Find company by website URL"
method: GET
path: "/v0/search/lookup"
tags: ["v0"]
---

# Find company by website URL

`GET /v0/search/lookup`

## Query parameters

- `url` string, uri, required

## Response `200`

Successfully retrieved company data

- CompanyLookupResponse
  - `company_id` string, required — Unique company identifier. Example: DE-HRB-F1103-267645
  - `email` string — Email address of the company. Example: "info@maxmustermann.de"
  - `phone` string — Phone number of the company. Example: "+49 123 456 789"
  - `vat_id` string — Value Added Tax identification number. Example: "DE123456789"

## Other responses

- `400` — Bad Request - Invalid parameters provided
- `401` — Unauthorized - Authentication required
- `404` — Not found - Company not found
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An error occurred while processing the request

---

[API](https://skmtc.net/oregister/apis/openregister-api.md) · [All operations](https://skmtc.net/oregister/apis/openregister-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oregister/openregister-api/versions/d1fcaf6d6ca0/schema)
