Skip to main content
AI Studio  add-on for Spider.
mercadolibre.com · HTTP 200

Mercado Libre Scraper

Spider read mercadolibre.com in 6.7 s without a browser and returned 1,398 lines of clean markdown, including sections like "How does it work?", "Practical example" and "Publishing with Net Proceeds".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response global-selling.mercadolibre.com/devsite/manage-questions-answers-global-selling/global-listing.md markdown · 1,398 lines
Documentation Mercado Libre### How does it work?The Net Proceeds model was developed to **protect your net profit margin (Net Proceeds)**,ensuring that the value you define as your earning is always maintained. To achieve this,the **public price** (the final value displayed to the buyer) becomes a variable that is**automatically adjusted** by our system. This adjustment occurs whenever there arefluctuations in **variable costs** (such as shipping costs, commissions, or fees), ensuring that:**Public Price = Your Fixed Net Proceeds + Fluctuating Variable Costs**In this way, if a variable cost increases or decreases, the value of your**Net Proceeds does not change**, only updating the **public price**.If you wish to change your profit, simply edit the Net Proceeds value directly.### Practical example:* **Publishing flow with Net Proceeds:** the seller informs "net_proceeds": 13, and the system automatically calculates the listing price (USD 13 + USD 3 + USD 4 = USD 20).With this new logic, the focus shifts from the listing price to the net proceeds, optimizing item publication and ensuring greater transparency about the amounts actually received.### Publishing with Net ProceedsNet Proceeds can be configured in different ways when publishing an item. Below, we present the available options so you can choose the one that best fits your integration.When using the **"net_proceeds"** field, it is not necessary to include the "price" field, as the system will automatically calculate the listing price based on applicable fees and shipping costs.### Compatibility Rules by Logistic TypeTo ensure the correct creation of items on the target sites, follow the compatibility rules by logistic type:The system automatically calculates the listing price based on fees and shipping.The final Listing Price must be provided. The use of the "net_proceeds" field will cause a validation error.### Configuration by Sites to Sell
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 mercadolibre.com.

mercado-libre-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://listado.mercadolibre.com.mx/celulares-smartphones");

// 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.

Product namePriceCurrencySellerRatingSold countShippingLocation

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 mercadolibre.com costs to scrape.

The capture above cost $0.000433 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://global-selling.mercadolibre.com/devsite/manage-questions-answers-global-selling/global-listing", "return_format": "markdown"}'

More International scrapers.

Start scraping mercadolibre.com.

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.