Skip to main content
GET
/
polymarket
/
builders
/
search
Search builders by name or code
curl --request GET \
  --url https://api.struct.to/v1/polymarket/builders/search
[
  {
    "builder_code": "<string>",
    "name": "<string>",
    "website": "<string>",
    "twitter": "<string>",
    "icon_url": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.struct.to/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string
required

Search query (min 2 characters).

limit
integer<int64>

Max results per page (default 10, max 50).

offset
integer<int64>

Offset for pagination (default 0). Takes precedence over pagination_key.

pagination_key
string

Opaque cursor from a previous response.

Response

Matching builder metadata rows.

builder_code
string
required
name
string
required
website
string | null
twitter
string | null
icon_url
string | null
description
string | null
Last modified on May 1, 2026