Discover/Pullandbear API
live

Pullandbear APIpullandbear.com

Search and browse Pull & Bear's complete product catalog across all categories, view detailed product information, and discover store locations. Find exactly what you're looking for with powerful search functionality and organized category navigation.

This API takes change requests — .
Endpoint health
monitored
get_categories
get_category_products
get_product_details
get_stores
search_products
Checks pendingself-healing
Endpoints
5
Updated
5h ago
This call costs2 credits / call— charged only on success
Try it
Maximum number of products to return per request.
Search term (e.g. 'jacket', 'jeans', 't-shirt').
Pagination offset (0-based index of the first result to return).
Product section to search within. Omitting defaults to 'woman'.
api.parse.bot/scraper/04d213ae-8a00-4982-995a-3d467f7af318/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/04d213ae-8a00-4982-995a-3d467f7af318/search_products?limit=5&query=jacket&section=woman&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalmissing one? ·

Search products by keyword within a section (woman or man). Returns paginated results with product names, prices, availability by size, color options, and images. Each result includes a product_id that can be used with get_product_details.

Input
ParamTypeDescription
limitintegerMaximum number of products to return per request.
queryrequiredstringSearch term (e.g. 'jacket', 'jeans', 't-shirt').
offsetintegerPagination offset (0-based index of the first result to return).
sectionstringProduct section to search within. Omitting defaults to 'woman'.
Response
{
  "type": "object",
  "fields": {
    "limit": "pagination limit used",
    "total": "number of results returned in this response",
    "offset": "pagination offset used",
    "products": "array of product summaries with product_id, name, price, old_price, colors, availability, images"
  },
  "sample": {
    "data": {
      "limit": 5,
      "total": 3,
      "offset": 0,
      "products": [
        {
          "name": "Faux leather balloon jacket",
          "price": 79.9,
          "colors": [
            {
              "id": 717,
              "name": "Chocolate"
            }
          ],
          "images": [
            "https://static.pullandbear.net/assets/public/88c7/91f7/46534da3a46c/36889a09a08d/07700317717-K1/07700317717-K1.jpg?ts=1771518082062"
          ],
          "old_price": null,
          "product_id": "753545375",
          "availability": [
            {
              "size": "XS",
              "available": true
            }
          ]
        }
      ]
    },
    "status": "success"
  }
}

About the Pullandbear API

The Pullandbear API on Parse exposes 5 endpoints for the publicly available data on pullandbear.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.

Related APIs
zara.com API
Shop Zara's entire catalog by browsing categories, searching for specific items, and viewing detailed product information including measurements and related products. Find nearby store locations, check real-time inventory availability, and get shipping details all in one place.
urbanoutfitters.com API
Search Urban Outfitters' catalog to find products and browse categories, then view detailed information including prices, descriptions, color and size availability for each item. Check current sale counts and discover what's trending across the store's product lineup.
patagonia.com API
Access Patagonia's full product catalog via search and category browsing. Retrieve detailed product information including variants, pricing, specs, and materials. Fetch customer reviews, locate nearby stores and authorized dealers, and browse the Worn Wear used and refurbished gear selection.
asos.com API
Search and browse ASOS's fashion catalog to discover products across women's and men's categories, view real-time pricing and stock information, and find trending or sale items. Get detailed product information, explore similar items, and discover new arrivals and brands all in one place.
uniqlo.com API
Search Uniqlo's US store catalog for clothing and accessories, view detailed product information, and explore available categories to find exactly what you're looking for. Browse the full range of Uniqlo's offerings right from your app or service without visiting the website.
abercrombie.com API
Search and browse Abercrombie & Fitch products across categories, new arrivals, and clearance items while retrieving detailed product information like pricing and availability. Access curated collections and find exactly what you're looking for with powerful search capabilities.
H&M API
Access H&M's product catalog, search, category navigation, sale and new-arrival listings, product details, similar-item recommendations, and US store locations.
gap.com API
Search and browse Gap's product catalog by keyword or category, retrieve detailed product information including pricing, available sizes, colors, and customer reviews, get product recommendations, locate nearby Gap retail stores, and explore the full site navigation and category tree.