ConsoleCatalog
Sign in
Adlandpro logo

Adlandpro

adlandpro.comMarketplaceno auth

Classifieds marketplace - category browse, listing search, and detail pages.

Category Browse Page

ASYNCREADNo auth

Returns classified ads in a category with titles, contact phone, and categories.

ParametersFormJSON

URL path segment after /listing-category/ identifying the category (e.g. automotive-services, pets-for-sale)

cost: 1 credit · 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_adlandpro_category_browse_page",
    "params": {
      "category_slug": "automotive-services"
    }
  }'