Marketplace
Back Market Italy logo

Back Market Italy API

https://www.backmarket.it

Italy's refurbished electronics marketplace - smartphones, tablets, and laptops.

Actions
10
Category
Marketplace
Login
Not required
Output
JSON

Call the Back Market Italy API

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

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_backmarket_category_page_content",
    "params": {
      "category_slug": "smartphones"
    }
  }'

10 actions on https://www.backmarket.it

Read

  • Category Page Content

    act_backmarket_category_page_contentread1 credit / call

    Returns category page content with featured blocks and product cards.

    category_slug
    string · required
  • Homepage

    act_backmarket_homepage_ssrread1 credit / call

    Returns homepage content including navigation and merchandising blocks.

    locale
    string · required
  • Product Condition Pricing

    act_backmarket_product_condition_pricingread2 credits / call

    Returns condition-grade pricing tiers and offers for a product.

    product_id
    string · required
    grade
    string · required
  • Product Details

    act_backmarket_product_detailread1 credit / call

    Returns full product details including specs, media, and availability.

    product_id
    string · required
  • Product Reviews

    act_backmarket_product_reviewsread2 credits / call

    Returns paginated customer reviews for a product with ratings and text.

    product_id
    string · required
    page_size
    string
  • Product Variant Siblings

    act_backmarket_product_variant_siblingsread1 credit / call

    Returns sibling variant products for a product including alternate models and colors.

    product_slug
    string · required
  • Public Product Reviews

    act_backmarket_product_reviews_publicread2 credits / call

    Returns aggregated public review summaries for one or more products.

    public_id__in
    string · required
  • Resale Prices

    backmarket_resale_pricesread2 credits / call

    Returns refurbished resale prices by condition, storage, color, and SIM type, plus related models.

    slug
    string · required

Write

Write actions change state on https://www.backmarket.it and run as the account you connect.

  • Product Search

    act_backmarket_product_listingwrite2 credits / call

    Searches product listings and returns matching items with titles, prices, and slugs.

    search_query
    string · required
    index_name
    string
    hits_per_page
    string
    filters
    string
  • Related Products

    act_backmarket_related_productswrite2 credits / call

    Returns related and recommended products with titles, prices, and scores.

    object_id
    string · required
    filters
    string · required
    index_name
    string
    model
    string
    max_recommendations
    integer
    threshold
    integer

Back Market Italy API questions

Is there an API for Back Market Italy?
Back Market Italy does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for https://www.backmarket.it. 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 Back Market Italy 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 https://www.backmarket.it changes its markup, Anakin updates the action.
Do I need a Back Market Italy account?
No. Every Back Market Italy action listed here runs anonymously — no account and no credentials required.
What does the Back Market Italy 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