Marketplace
Adlandpro logo

Adlandpro API

adlandpro.com

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

Actions
6
Category
Marketplace
Login
Not required
Output
JSON

Call the Adlandpro API

Submit a task, then poll the job until it settles. This example runs act_adlandpro_category_browse_page.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

6 actions on adlandpro.com

Read

  • Category Browse Page

    act_adlandpro_category_browse_pageread1 credit / call

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

    category_slug
    string · required
  • Category Listing Results

    act_adlandpro_category_listing_resultsread2 credits / call

    Returns a sorted listing grid for a category with titles, prices, and categories.

    category_id
    string · required
    sort_order
    string
  • Global Country Hub

    act_adlandpro_global_country_hubread1 credit / call

    Returns the global hub linking to each regional country classifieds portal.

  • Listing Details

    act_adlandpro_listing_detailread1 credit / call

    Returns a single ad's title, location, price, description, and contact details.

    listing_slug
    string · required
  • Search Results

    act_adlandpro_search_resultsread2 credits / call

    Returns classified ads matching a keyword and location with prices and categories.

    search_keyword
    string · required
    location
    string · required
    category_id
    string · required
  • USA Portal Home

    act_adlandpro_usa_portal_homeread1 credit / call

    Returns the USA portal home with category navigation and recent listings.

Adlandpro API questions

Is there an API for Adlandpro?
Adlandpro does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for adlandpro.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Adlandpro data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when adlandpro.com changes its markup, Anakin updates the action.
Do I need a Adlandpro account?
No. Every Adlandpro action listed here runs anonymously — no account and no credentials required.
What does the Adlandpro API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites