ConsoleCatalog
Sign in
Artfire logo

Artfire

artfire.comMarketplaceno auth

Handmade goods marketplace - item search, categories, product details, and seller studios.

Category Product Listing

ASYNCREADNo auth

Returns products in a category with titles, prices, images, and product URLs.

ParametersFormJSON

Collection URL slug to browse (path segment after /collections/)

Page number for paginated collection results

Sort order for collection products (e.g. best-selling, price-ascending)

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_artfire_com_category_product_listing",
    "params": {
      "collection_slug": "personalized-gifts-for-him-wholesale-custom-options",
      "page": "1",
      "sort_by": "best-selling"
    }
  }'