Skip to main content
AI Studio  add-on for Spider.
sellercenter.net · HTTP 200

Sellercenter Scraper

Spider read sellercenter.net in 2.4 s without a browser and returned 131 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response sellerapi.sellercenter.net/docs/getcategorytree.md markdown · 131 lines
**Home**Guides**API Reference**Changelog# GetCategoryTreehttps://api.sellercenter.net/?Action=GetCategoryTreeGet the list of all product categories.Retrieving recent requests…> This endpoint will be deprecated on July 2023 due to the release of our new Rest API. We recommend migrating your integration to the new version.> In our New REST API, we have provided the endpoint that replaces this one.`> https://sellercenter-api.[your-instance]/v2/category/tree> See below the links of our new documentation, select the link that corresponds to your integration.> https://sellercenter-api.theiconic.com.au/docs/> https://sellercenter-api.zalora.com.my/docs/> https://sellercenter-api.zalora.com.ph/docs/> https://sellercenter-api.zalora.com.hk/docs/> https://sellercenter-api.zalora.com.tw/docs/> https://sellercenter-api-staging.zalora.sg/docs/> https://sellercenter-api.zalora.co.id/docs/> https://sellercenter-api.zalora.com/docs/> https://api.sellercenter.com.br/docs/> https://sellercenter-api.dafiti.cl/docs/> https://sellercenter-api.dafiti.com.co/docs/> https://sellercenter-api.dafiti.com.ar/docs/> https://api.sellercenter.lamoda.ru/docs/> https://api.sellercenter.lamoda.ua/docs/> https://api.sellercenter.lamoda.kz/docs/The response's body is composed of the Categories collection, recursively containing Category resources, each of them is composed of the following fields:An unique identifier for this category across countriesId of the AttributeSet to be used in other API calls (ie: GetCategoriesByAttributeSet)List of all child categories (category resources)Defaults to GetCategoryTreeName of the function that is to be called. Mandatory and must be 'GetCategoryTree' in this case. If omitted, an 'E001: Parameter Action is mandatory' error is returned. If an unknown function string is supplied, an 'E008: Invalid Action' error message is returned.If supplied, must be either 'JSON' or 'XML'. If not supplied, 'XML' is assumed.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on sellercenter.net.

sellercenter-net-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://sellercenter.net");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What sellercenter.net costs to scrape.

The capture above cost $0.000814 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://sellerapi.sellercenter.net/docs/getcategorytree", "return_format": "markdown"}'

More Directories scrapers.

Start scraping sellercenter.net.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.