Connect your CRM, automate your list creation, or launch large-scale extractions with our powerful REST API.
Average response time under 200ms.
Authentication via Bearer Token.
All responses are in standardized JSON format.
Live scraping to bypass the database.
Understand how to connect to the server and authenticate your requests.
All API requests are made to this secure base URL:
https://api.linkiw.app/v1Add your API key in the Authorization header of each request:
Authorization: Bearer lw_live_votre_cle_secrete
Quick reference of all paths of our public API.
| Endpoint | Method | Description | Credits |
|---|---|---|---|
| /v1/me | GET | View profile, limits, and remaining credits balance. | 0 |
| /v1/entreprises | GET | Search and filter companies in the existing Linkiw database. | 0 |
| /v1/scraping/run | POST | Launch a real-time web scraping. | 1 / company with contact |
| /v1/lists | GET | Retrieve your prospecting lists and their leads. | 0 |
Searches companies in our existing database. This request is 100% free and consumes no credits.
query (string): company name or keyword.wilayas (array): IDs of the target wilayas (e.g. ?wilayas=16&wilayas=31).secteurs (array): names of the target business sectors.score_min (number): minimum quality score (0-100).page (number): page number (default: 1).per_page (number): results per page (default: 20).{
"total": 1420,
"page": 1,
"pages": 71,
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"nom": "SARL Tech Algérie",
"wilaya": "Alger",
"activite": "Développement logiciel",
"email": "contact@tech-algerie.dz",
"telephone": "+213 550 00 00 00",
"score_qualite": 85
}
]
}Runs a live extraction across the web and directories. Ideal for finding new data that is not in the database yet.
{
"secteur": "Bâtiment et travaux publics",
"wilaya": "Oran",
"max_results": 50 // Optional, defaults to 20
}{
"task_id": "scrap_987654321",
"status": "completed",
"results_found": 34,
"credits_used": 28, // Only 28 had contact details
"entreprises": [
// Full list of companies found
]
}To ensure the stability of our infrastructure, the API is subject to limits depending on your plan.
Create your account, get your secret API key, and access the B2B database.
Get my API Key