# Pdki Indonesia Dgip — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Search Indonesia's official intellectual property database to find registered trademarks by keyword and verify trademark availability before registration. Quickly check trademark ownership, registration status, and details across the complete PDKI registry.

**Category:** Government & Public Data | **Website:** [pdki-indonesia.dgip.go.id/search?keyword=IDM000378608&type=trademark](https://pdki-indonesia.dgip.go.id/search?keyword=IDM000378608&type=trademark) | **Docs:** [parse.bot/marketplace/e14897d5-01a9-4b69-b5dc-f8807f8f950f/pdki-indonesia-dgip-go-id-api](https://parse.bot/marketplace/e14897d5-01a9-4b69-b5dc-f8807f8f950f/pdki-indonesia-dgip-go-id-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-pdki-indonesia-dgip-go-id-api-e14897d5/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### search_trademark

Search the Indonesian trademark database (PDKI). Matches keyword against application ID, application number, registration number, and trademark name. Returns paginated results with owner, consultant, and class information. Results are auto-iterated by the SDK.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `keyword` | string | Yes | Search term matched against trademark ID, application number, registration number, or trademark name. |
| `page` | integer | No | Page number for pagination (1-based). |
| `size` | integer | No | Number of results per page (1-100). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pdki-indonesia-dgip-go-id-api-e14897d5/search_trademark \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keyword":"<string>","page":"<integer>","size":"<integer>"}'
```
