Discover/marisa.com.br API
live

marisa.com.br APImarisa.com.br

Access Marisa.com.br product data via API. Search listings, browse categories, retrieve prices, sizes, stock, and the full category tree for Brazil's fashion retailer.

Endpoints
4
Updated
14d ago
Try it
Page number (1-indexed)
Search keyword (e.g. 'vestido', 'blusa', 'calcinha')
api.parse.bot/scraper/f8117216-4a07-4e57-902a-c6e41e60a8b1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f8117216-4a07-4e57-902a-c6e41e60a8b1/search_products?query=vestido' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products by keyword on Marisa.com.br. Returns paginated product listings parsed from the search results page.

Input
ParamTypeDescription
pageintegerPage number (1-indexed)
queryrequiredstringSearch keyword (e.g. 'vestido', 'blusa', 'calcinha')
Response
{
  "type": "object",
  "fields": {
    "page": "integer, the current page number",
    "query": "string, the search query used",
    "total": "string or null, total number of results if available",
    "products": "array of product objects with name, product_id, price, category, url, image"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "vestido",
      "total": null,
      "products": [
        {
          "url": "https://www.marisa.com.br/vestido-plus-size-feminino-tule-estampado-marisa-verde-verde/p/10058458150",
          "name": "Vestido Plus Size Feminino Tule Estampado Marisa Verde",
          "image": "https://images2.marisa.com.br/medias/sys_master/images/images/hb0/h20/27028199571486/Vestido-Tule-Midi-Estamp-VDE-G1-10058458983-C1.jpg",
          "price": 99.99,
          "category": "Vestidos Plus Size - Roupas Plus Size - Moda Plus Size - Moda Feminina",
          "product_id": "10058458150"
        }
      ]
    },
    "status": "success"
  }
}

About the marisa.com.br API

The Marisa.com.br API provides 4 endpoints covering product search, category browsing, product detail retrieval, and navigation structure for one of Brazil's major fashion retail sites. The get_product_details endpoint returns per-size stock availability, current and original prices, breadcrumb trails, and image arrays for any product ID. Whether you're building a price tracker, category crawler, or inventory monitor, these endpoints give structured access to Marisa's catalog.

Search and Category Browsing

The search_products endpoint accepts a query string — such as vestido or blusa — and an optional page integer for pagination. Each response includes a products array where every item carries name, product_id, price, category, url, and image. The total field reports the number of matching results when available, letting you estimate how many pages to iterate. The get_category_products endpoint works similarly but takes a category_path string (e.g. /feminino/c/roupas) to browse a specific section of the catalog rather than a search query.

Product Detail

The get_product_details endpoint requires a product_id and accepts an optional slug for URL construction. It returns current_price, original_price, a sizes array (each element has sku, label, stock, and available), an images array of full-size URLs, a breadcrumb array of label strings indicating the product's position in the taxonomy, and a metadata object drawn from page-level data. This is the endpoint to use when you need to determine whether a specific size is in stock or compare sale price against list price.

Category Tree

The get_category_tree endpoint takes no inputs and returns a category_tree array. Each element has a label string and a link string (or null) corresponding to a first-level navigation item. This gives a stable snapshot of Marisa's top-level taxonomy, which you can use to seed category crawls via get_category_products.

Common use cases
  • Monitor price drops by comparing current_price and original_price fields across product IDs over time.
  • Track per-size stock availability using the available and stock fields in get_product_details.
  • Build a category crawler by seeding paths from get_category_tree and paginating through get_category_products.
  • Aggregate fashion product listings for a Brazilian retail comparison engine using search_products.
  • Extract product images and breadcrumbs for catalog enrichment or taxonomy mapping.
  • Identify which top-level categories Marisa carries by calling get_category_tree without any parameters.
  • Compile keyword-based product datasets (e.g. all results for calcinha or pijama) with pagination via search_products.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Marisa have an official public developer API?+
Marisa does not publish a public developer API or documented data access program for third-party developers as of this writing.
What does `get_product_details` return for sizes, and does it distinguish out-of-stock from unavailable?+
Each element in the sizes array includes a label (e.g. 'P', 'M', '38'), a sku string, a boolean available field, and a stock value. The available flag indicates whether the size can be purchased; stock gives a numeric quantity when exposed.
Does the API return customer reviews or ratings for products?+
Not currently. The API covers product metadata, pricing, size/stock data, images, and category structure. You can fork it on Parse and revise it to add a reviews endpoint targeting Marisa's product review data.
How does pagination work across endpoints that return product lists?+
Both search_products and get_category_products accept a page integer (1-indexed). The response echoes back the current page. For search_products, a total field is included when available so you can calculate the total page count; get_category_products does not currently return a total count in its response shape.
Does `get_category_tree` return nested subcategories?+
It returns only first-level navigation items, each with a label and link. Deeper subcategory levels are not included in the response. You can fork it on Parse and revise it to walk the subcategory links and build a deeper tree.
Page content last updated . Spec covers 4 endpoints from marisa.com.br.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
Marisa.com.br API – Products & Categories · Parse