GET mercadolibre.com HTTP 2006.7 s37.0 KB$0.000433 captured Aug 7, 2026
mercadolibre.com, as data
One API turns any mercadolibre.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 6.7 s
- Page size
- 37.0 KB of markdown, 1,398 lines
- Fields
- Product name, Price, Currency, Seller and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This mercadolibre.com page cost $0.000433 to fetch.
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 What Spider does on mercadolibre.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
6.7 s · $0.000433Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows mercadolibre.com's own links, respects robots, streams pages as they land.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://global-selling.mercadolibre.com/devsite/manage-questions-answers-global-selling/global-listing", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://global-selling.mercadolibre.com/devsite/manage-questions-answers-global-selling/global-listing", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://global-selling.mercadolibre.com/devsite/manage-questions-answers-global-selling/global-listing", {
return_format: "markdown",
});
console.log(page.content); What mercadolibre.com costs
Multiplied from the measured 37.0 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of mercadolibre.com.
The capture above took 6.7 s and cost $0.000433. The same call takes any URL on mercadolibre.com.