# Instagram — Profile search

Search accounts matching a free-text query HTML version: https://www.socialrouter.io/services/instagram/profile.search

## Call it

```
POST https://api.socialrouter.io/v1/extract/instagram/profile.search
Authorization: Bearer <your API key>
Content-Type: application/json

{ "queries": ["nasa"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `Free-text account search, as you would type it in the Instagram search bar`. Example: `nasa`

## Options

None.

## Offers, in failover order

1. `brightdata/instagram` — $0.0017 per record, up to 100 inputs per call
2. `apify/apify` — $0.0037 per record, up to 1 input per call

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
