Ankorstore Listings Scraper avatar

Ankorstore Listings Scraper

Pricing

from $3.00 / 1,000 product listings

Go to Apify Store
Ankorstore Listings Scraper

Ankorstore Listings Scraper

The Ankorstore Listings Scraper extracts product listings and detail pages from Ankorstore.com, Europe's B2B wholesale marketplace — capturing names, MSRPs, brand info, images, tags, breadcrumb categories, and 'sold by N' counts — ideal for sourcing research and price intelligence.

Pricing

from $3.00 / 1,000 product listings

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

🛒 Ankorstore Listings Scraper

Easily extract product listings and detail pages from Ankorstore — the European B2B wholesale marketplace. The Ankorstore Listings Scraper turns any category, brand, or keyword URL into structured product data for sourcing research, catalogue mirroring, and competitive intelligence.

✨ Features

  • 🏷️ Comprehensive Product Data — names, MSRP / retail price, currency, brand info, images, tags, breadcrumb categories, descriptions, and "sold by N retailers" signal.
  • 🔍 Flexible Inputs — works with category, brand, and keyword pages. Auto-paginates through every page until the listing is exhausted.
  • 🪙 Two-tier Pay Per Event pricing — pay only $0.003 per shallow listing record, or enrich with full detail pages at $0.008 each. No startup fee.
  • Fast & Efficient — plain HTTP + Cheerio backend. No browser, no proxies needed for low-volume runs. Self-throttles to 90 req/min to respect Ankorstore's x-ratelimit cap.
  • 🌍 Localised — pick en / en-gb / fr / de / es / it / nl to get the right prices and currency.

🛠️ How It Works

  1. Enter Start URLs — paste any combination of Ankorstore category (/wholesale/...), brand (/brand/{slug-id}), or keyword pages.
  2. Choose detail depth — leave includeDetails off for the cheap listing tier, or turn it on to enrich every product with description, tags, breadcrumb, and soldBy count.
  3. Run the Scraper — start the run and watch structured JSON stream into the dataset. Download as JSON, CSV, or Excel from the Storage tab.

⚙️ Input

FieldTypeRequiredDefaultDescription
startUrlsarray of {url}Ankorstore category / brand / keyword URLs to crawl.
includeDetailsbooleanfalseIf true, every product URL on a listing page is enqueued for a full detail scrape. Detail records are billed at the higher item-detail PPE rate.
maxItemsinteger50Hard cap on dataset items. 0 means unlimited.
localeenumenOne of en / en-gb / fr / de / es / it / nl. Drives Accept-Language.
proxyConfigurationobject{ useApifyProxy: false }Optional Apify proxy config. Use RESIDENTIAL for large runs.

Example input:

{
"startUrls": [
{ "url": "https://www.ankorstore.com/wholesale/storage--organization" },
{ "url": "https://www.ankorstore.com/brand/mazirug-54188" }
],
"includeDetails": true,
"maxItems": 200,
"locale": "en"
}

📊 Sample Output Data

The scraper produces two record shapes in the same dataset, distinguished by the type field.

Listing record (type: "listing") — one per <article> on a category or brand page:

{
"type": "listing",
"sourceUrl": "https://www.ankorstore.com/wholesale/storage--organization?p=1",
"name": "Large Storage Basket — Handwoven Palm Leaf Chest with Handles | 35x60x35cm",
"url": "https://www.ankorstore.com/brand/mazirug-54188/large-storage-basket-...-6669402",
"image": "https://img.ankorstore.com/products/images/6669402-....jpg",
"brandName": "Mazirug",
"brandUrl": "https://www.ankorstore.com/brand/mazirug-54188",
"msrp": "103.15",
"currency": "EUR",
"scrapedAt": "2026-05-21T12:00:00.000Z"
}

Product record (type: "product") — one per fully enriched product detail page:

{
"type": "product",
"url": "https://www.ankorstore.com/brand/mazirug-54188/large-storage-basket-...-6669402",
"name": "Large Storage Basket — Handwoven Palm Leaf Chest with Handles",
"description": "Organize your space beautifully with this large handwoven storage basket...",
"image": "https://img.ankorstore.com/products/images/6669402-....jpg",
"brandName": "Mazirug",
"brandUrl": "https://www.ankorstore.com/brand/mazirug-54188",
"brandImage": "https://img.ankorstore.com/brands/rounded/54188-....jpg",
"msrp": "£90.00",
"msrpListing": "103.15",
"currency": "EUR",
"soldByRetailers": 4,
"tags": ["Organic", "Handmade", "Eco-Friendly", "Zero waste objective"],
"categories": ["Small Storage & Organizers", "Mazirug"],
"breadcrumb": [
{ "name": "Ankorstore", "url": "https://www.ankorstore.com/" },
{ "name": "Small Storage & Organizers", "url": "..." }
],
"scrapedAt": "2026-05-21T12:00:00.000Z"
}

Note: wholesale unit prices, MOQs, and bulk-discount tiers are gated behind a verified-retailer login on Ankorstore. This scraper extracts only publicly visible MSRP / retail prices.

💸 Pricing

This Actor uses Pay Per Event — you pay only for the records you actually receive, with no startup fee.

EventWhen chargedPrice (USD)
product-listingOnce per product extracted from a category / brand / keyword listing page (shallow record).$0.003
item-detailOnce per fully enriched product detail page (description, tags, breadcrumb, soldBy). Only billed when includeDetails is enabled.$0.008

Cost examples:

RunRecordsCost
1 000 listings (details off)1 000 × $0.003$3.00
1 000 listings + 1 000 details1 000 × $0.003 + 1 000 × $0.008$11.00
240-product category sweep, details on240 × ($0.003 + $0.008)$2.64

Disable includeDetails (the default) to stay on the cheap listing tier — that's a ~62% saving vs. listing + detail combined.

Optimize your B2B sourcing strategy with Ankorstore Listings Scraper today! 🚀