ConsoleCatalog
Sign in
Indiegogo logo

Indiegogo

indiegogo.comMarketplaceno auth

Crowdfunding marketplace - campaign discovery, perks, and creator info.

Campaign Search Listing

ASYNCWRITENo auth

Returns paginated campaign card search results filtered by category, keyword, tags, and phase.

ParametersFormJSON

Numeric catalog category ID to filter campaigns (e.g. Tech & Innovation > General)

Keyword search term applied to campaign titles and descriptions

1-based page index for paginated search results

Sort order code for search results (0 = default relevance)

Optional list of project phase filter codes

Optional list of project tag IDs to filter results

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_indiegogo_campaign_search_listing",
    "params": {
      "category_id": "54",
      "page_index": "1",
      "sort_type": "0"
    }
  }'