# Company Profile Endpoint

The **Company Profile** endpoint lets you extract a structured company record starting from a **Social URL**. It’s the fastest way to enrich a single company with identity, size, web presence, HQ, and brand information, returned as a clean JSON object.

| Aspect       | Description                                                                                                                        |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Purpose**  | Convert a company **Social URL** into a structured **company object** you can use in CRM/CDP, analytics, or enrichment workflows.  |
| **Input**    | A **company Social URL** (e.g., your canonical company page URL on the target social network).                                     |
| **Output**   | A JSON object containing company identity, size & reach, web/brand info, HQ details, and basic metadata (plus rate-limit/credits). |
| **Credits**  | Typically **1 credit** per successful call (align with your billing rules).                                                        |
| **Best for** | Company enrichment, account mapping, firmographic normalization, and pre-outreach verification.                                    |

### Objects Structure

The response is centered on a single **Company object.**

#### Company object

High-level fields you can expect:

* **Company Identity** — Name, **Social URL**, normalized handle, internal/company id when available.&#x20;
* **Size & Reach** — Employee count and **size range**; follower/subscriber counts when available.
* **Web & Brand** — Website URL, industry classification, **tagline**, and **description**.
* **Headquarters & Basics** — HQ location (city, country, region), postal code/streets when available, **founded year**.
* **Media & Visuals** — Logo and cover/background image URLs (when present).
* **Specialties** — Keywords describing the company’s areas of focus.

{% hint style="warning" %}
**Important Notice**

This documentation is only a **preview** of our API. It provides a high-level overview of what the API can do and which types of data objects you can expect.\
\
The **official API Reference** — including full technical specifications, JSON schemas, sample results, error codes, and authentication details — is only available after signing up to our platform.\
\ <a href="https://app.scrapin.io/auth/register" class="button primary">Sign up to access the full API Reference</a>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.scrapin.io/api/readme-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
