Hepsiburada

Read-only

Product search listings from Hepsiburada (hepsiburada.com) — product name, brand, price, rating, and seller (merchant) for a search query. Generated from www.hepsiburada.com.

Base URL
https://api.maviapi.com/v1/sites/hepsiburada
Version
2
Endpoints
31082ms
p50 latency
4
Calls / 30d
GET/search

v2 search

Search Hepsiburada product listings for a query. Returns products with name, brand, price, rating, and seller (merchant). Bot-protected source (engine: cloak).

Bearer auth. Pass your key as Authorization: Bearer <key> on every request.
q
stringRequiredin query

Search query (product keyword)

sayfa
integerOptionalin query

Source results page to fetch (1..last_page), ~36 products per page

limit
integerOptionalin query

Max products to return from the fetched page

offset
integerOptionalin query

Number of products to skip within the page

refresh
booleanOptionalin query

Bypass and repopulate the cache

dataobject
cachedboolean
sourcestring
paginationobject
Try itLive
GET
https://api.maviapi.com/v1/sites/hepsiburada/search?q=laptop&sayfa=1&limit=10&offset=0&refresh=false
Request
curl "https://api.maviapi.com/v1/sites/hepsiburada/search?q=laptop&sayfa=1&limit=10&offset=0&refresh=false" \
-H "Authorization: Bearer $MAVI_KEY"
200 OKexample · 1.2 KB
{
  "data": {
    "query": "laptop",
    "page": 1,
    "page_size": 36,
    "total_product_count": 10000,
    "last_page": 50,
    "products": [
      {
        "product_id": "HBC0000DLDY3M",
        "sku": "HBCV0000CM0YNQ",
        "name": "Lenovo Ideapad Slim 3 AMD Ryzen 7 7735HS 16GB 512GB SSD Freedos 15.3\" Taşınabilir Bilgisayar",
        "brand": "Lenovo",
        "category": "Taşınabilir Bilgisayar",
        "url": "https://www.hepsiburada.com/lenovo-ideapad-slim-3-...-p-HBCV0000CM0YNQ",
        "image": "https://productimages.hepsiburada.net/s/777/375/375/110001492876851.jpg",
        "price": 28999,
        "original_price": 28999,
        "discount_rate": 0,
        "currency": "TRY",
        "rating": 4.7,
        "review_score": 5,
        "review_count": 79,
        "merchant_name": "Hepsiburada",
        "merchant_id": "e750130c-d0ff-469f-8767-66a63af8ea0c",
        "listing_id": "31291591-0698-47d3-a3b8-5be3f6da1201",
        "in_stock": true
      }
    ]
  },
  "cached": false,
  "source": "https://www.hepsiburada.com/ara?q=laptop&sayfa=1",
  "pagination": {
    "total": 36,
    "limit": 10,
    "offset": 0,
    "count": 10,
    "has_more": true
  }
}