Marketplace
2dehands (Belgium) logo

2dehands (Belgium) API

2ememain.be

Belgian second-hand classifieds - listings, item details, sellers, and categories.

Actions
13
Category
Marketplace
Login
Not required
Output
JSON

Call the 2dehands (Belgium) API

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

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_2ememain_be_autocomplete_suggestions",
    "params": {
      "prefix": "vélo"
    }
  }'

13 actions on 2ememain.be

Read

  • Autocomplete Suggestions

    act_2ememain_be_autocomplete_suggestionsread1 credit / call

    Returns search typeahead suggestions with completion text, category IDs, and parent category names.

    prefix
    string · required
    category
    string
  • Autos Category Hub

    act_2ememain_be_category_hub_ssr_autosread1 credit / call

    Returns the Autos category hub with subcategory and brand links.

    category_id
    string · required
  • Bike Listing Details

    act_2ememain_be_product_detail_ssr_velosread1 credit / call

    Returns a bike listing's title, price, seller, description, and images.

    item_id
    string · required
    slug
    string · required
  • Car Listing Details

    act_2ememain_be_product_detail_ssr_autosread1 credit / call

    Returns a car listing's title, price, seller, description, and images.

    item_id
    string · required
    slug
    string · required
  • Category Feed Items

    act_2ememain_be_category_feed_itemsread2 credits / call

    Returns a category feed's listings with titles, prices, and links.

    feed_type
    string · required
    category_id
    string · required
    page
    string
  • Category Listing

    act_2ememain_be_category_listing_ssrread1 credit / call

    Returns a category's listings with titles, prices, sellers, and locations.

  • Filter Facets

    act_2ememain_be_filter_facetsread1 credit / call

    Returns autos search filter facet options and field definitions for the given filter set.

    attributes
    string · required
  • Furniture Listing Details

    act_2ememain_be_product_detail_ssr_maisonread1 credit / call

    Returns a furniture listing's title, price, seller, description, and images.

    item_id
    string · required
    slug
    string · required
  • Home And Furniture Category Hub

    act_2ememain_be_category_hub_ssr_maisonread1 credit / call

    Returns the Home and Furniture category hub with subcategory links.

    category_id
    string · required
  • Homepage Feed

    act_2ememain_be_homepage_feedread2 credits / call

    Returns popular homepage listings with titles, prices, and categories.

    feed_type
    string
    page
    string
  • Listing Search

    act_2ememain_be_category_listingread2 credits / call

    Returns listings by keyword and filters with prices and sellers.

    search_mode
    string
    query
    string · required
    offset
    string
    limit
    string
    l1_category_id
    string
    l2_category_id
    string
    attribute_id
    string
    sort_by
    string
    sort_order
    string
  • Related Listings

    act_2ememain_be_related_listingsread2 credits / call

    Returns related listings for a category pair with item IDs, titles, prices, and URLs.

    l1_category_id
    string · required
    l2_category_id
    string · required
  • Seller Profile

    act_2ememain_be_seller_profileread1 credit / call

    Returns a seller's verification flags, payment methods, and review count.

    seller_id
    string · required

2dehands (Belgium) API questions

Is there an API for 2dehands (Belgium)?
2dehands (Belgium) does not offer a public data API for this, but Anakin Wire provides 13 maintained endpoints for 2ememain.be. 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 2dehands (Belgium) 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 2ememain.be changes its markup, Anakin updates the action.
Do I need a 2dehands (Belgium) account?
No. Every 2dehands (Belgium) action listed here runs anonymously — no account and no credentials required.
What does the 2dehands (Belgium) 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