search
Full-text search across GallanDigital's published, buyer-facing listings only. Read-only, no authentication required (public endpoint, IP rate-limited). Returns an array of listing summaries, each with title, slug, short_description, price_cents, currency, listing_type, complexity_level, category_slug, and a nested contributor object (slug, display_name). Use as the entry point for discovery -- pass a result's slug to fetch for full listing detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| query | Yes | Search terms to match against listing title, description, and tags. | |
| industry | No | Optional: restrict results to listings tagged for a specific industry vertical (matches industry_focus). | |
| category_slug | No | Optional: restrict results to one category slug. Call list_categories first for valid values. |