Discover/anthropologie.com API
live

anthropologie.com APIanthropologie.com

Access Anthropologie sale listings, product details, discount stats, and keyword search via 5 structured endpoints. Real-time pricing, ratings, and availability.

Endpoints
5
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/8670912f-8c8b-41c1-af3f-70e3e4439536/<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/8670912f-8c8b-41c1-af3f-70e3e4439536/get_sale_product_count' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get the total number of products currently on sale at Anthropologie.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total_products": "integer total number of sale products"
  },
  "sample": {
    "data": {
      "total_products": 4614
    },
    "status": "success"
  }
}

About the anthropologie.com API

The Anthropologie API covers 5 endpoints that expose sale inventory, product details, and search results from Anthropologie.com. The get_sale_products endpoint returns paginated sale listings — up to 72 items per page — including current price, original price, and discount percentage. The get_product_details endpoint adds brand, color options, average rating, review count, and availability for any individual product URL.

Sale Browsing and Discount Data

The get_sale_product_count endpoint returns a single integer — the total number of products currently marked down — useful for gauging the size of an active promotion before fetching full listings. get_sale_products accepts an optional page integer and returns up to 72 products per page, each with name, url, current_price, original_price, and discount_percent. To measure the depth of a sale, calculate_discount_stats accepts a max_pages parameter and aggregates across multiple pages, returning total_products_analyzed and average_discount_percentage.

Product Search and Detail

search_products takes a required query string — for example 'linen dress' or 'denim jacket' — and returns matching products with name, url, and price. It does not filter by category or price range at the parameter level, so downstream filtering must be done on the response array. get_product_details accepts either a full product URL or a relative path and returns a richer set of fields: brand, category, description, colors (array), is_available (boolean), current_price, average_rating, and review_count.

Coverage Notes

All pricing fields are numbers (not formatted strings), making arithmetic straightforward. The colors field is an array, so products with multiple colorways each list their available options. Availability reflects stock status at retrieval time. Sale data represents the current active promotion and will change as Anthropologie adds or removes discounted items.

Common use cases
  • Track average discount depth across Anthropologie's sale section using calculate_discount_stats over time
  • Build a deal alert that fires when get_sale_product_count exceeds a threshold
  • Populate a price-comparison tool with current_price and original_price from get_sale_products
  • Search for a specific product type (e.g., 'maxi skirt') and retrieve pricing via search_products
  • Monitor product availability changes using the is_available field from get_product_details
  • Aggregate review counts and average ratings across multiple products to identify best-reviewed items on sale
  • Compile a markdown catalog of discounted items with names, URLs, and savings percentages for a newsletter or affiliate site
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 Anthropologie have an official developer API?+
Anthropologie does not publish a public developer API. There is no documented endpoint or developer portal available to third parties.
What does `get_sale_products` return, and how much data comes back per page?+
Each page returns up to 72 product objects. Each object includes name, url, current_price, original_price, and discount_percent. Use the page parameter to paginate through the full sale catalog.
Does `search_products` support filtering by price range, category, or color?+
The search_products endpoint takes only a query string and returns name, url, and price for matching results. It does not accept price-range, category, or color filters as parameters. You can fork this API on Parse and revise it to add a filtering endpoint that post-processes results or targets a specific category URL.
Does the API cover Anthropologie's full product catalog or only sale items?+
The API covers sale listings (via get_sale_products and related endpoints) and keyword search (via search_products), plus detail retrieval for any product URL via get_product_details. Full catalog browsing by category or new arrivals is not currently covered. You can fork the API on Parse and revise it to add endpoints for non-sale category pages.
How fresh is the sale and pricing data?+
Data reflects Anthropologie's site at the time each request is made. Because Anthropologie's promotions update continuously, get_sale_product_count and get_sale_products results can change between calls. There is no cached snapshot — each call retrieves current data.
Page content last updated . Spec covers 5 endpoints from anthropologie.com.
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.