Discover/wearfigs.com API
live

wearfigs.com APIwearfigs.com

Access FIGS medical apparel data via API: collections, product details, colors, sizes, reviews, and more across women's and men's scrubs.

Endpoints
13
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/c274231f-7601-4772-8c4f-1a0085c69511/<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/c274231f-7601-4772-8c4f-1a0085c69511/get_womens_scrubs_collection' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 13 totalclick to expand

Fetch all women's scrub products from the main collection. Returns the full list of products in the 'all-scrubs-womens' collection.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "name": "string, collection display name",
    "items": "object containing nodes (array of products) and numItems (total count)",
    "handle": "string, collection handle"
  },
  "sample": {
    "data": {
      "name": "All Women's Scrubs",
      "items": {
        "nodes": [
          {
            "title": "Catarina One-Pocket Scrub Top™",
            "handle": "womens-catarina-one-pocket-scrub-top-black",
            "category": "Scrub Top",
            "colorInfo": {
              "name": "Black",
              "rawName": "Black",
              "hexCodes": [
                "#000000"
              ]
            },
            "productGroup": {
              "title": "Catarina One-Pocket Scrub Top™",
              "handle": "womens-catarina-scrub-top",
              "genderCategory": "women"
            }
          }
        ],
        "numItems": 466
      },
      "handle": "all-scrubs-womens"
    },
    "status": "success"
  }
}

About the wearfigs.com API

The FIGS API covers 13 endpoints that expose product catalog data from wearfigs.com, including collections, detailed product specs, customer reviews, and variant lookups. Endpoints like get_product_detail return fields such as whyWeLove, careInstructions, colorInfo, and priceRange, while get_product_reviews surfaces paginated review scores and reviewer metadata for any Shopify product ID.

Collections and Browse

Two dedicated endpoints — get_womens_scrubs_collection and get_mens_scrubs_collection — return the full product list for each gender's main scrubs collection, including a nodes array of products and a numItems count. For narrower browsing, get_collection_by_category accepts a category handle such as scrub-tops-womens or scrub-pants-mens to retrieve category-specific product sets. get_new_arrivals, get_best_sellers, and get_sale_products each accept an optional gender parameter (womens or mens) and return the same collection shape with name, handle, and items.

Product Detail and Filtering

get_product_detail takes a handle string — either a color-specific slug like womens-catarina-one-pocket-scrub-top-black or a product group handle — and returns a product object with title, category, description, whyWeLove, careInstructions, colorInfo, and priceRange, plus a productCatalogStandardProduct object listing available colors, sizes, and fits. For focused lookups, get_available_colors returns core_colors and limited_edition_colors arrays — each item includes name, id, hex, swatch, and accent_color — while get_available_sizes returns fits (e.g. regular, petite) and sizes (e.g. XXS through XL) for a given product group handle.

Search and Fabric Filtering

search_products accepts a query string and returns matching items (with nested product objects) plus a suggestions array. get_collection_by_fabric filters by FIGS fabric technology — fionx, formx, or fibrex — with an optional gender suffix in the fabric parameter (e.g. fionx-womens), returning the same items and suggestions structure as search.

Reviews and Variant Lookup

get_product_reviews requires a numeric Shopify product_id string and supports page and limit pagination params. The response includes a reviews array with title, content, score, createdAt, and reviewer fields, alongside averageScore, totalReviews, and a pagination object with numPages, numPerPage, and pageNum. get_complete_the_set accepts a JSON array of SKU strings and returns productCatalogVariants with id, sku, shopifyId, shopifyProductId, price, and group info for each variant.

Common use cases
  • Build a scrubs comparison tool that pulls priceRange, colorInfo, and fits from get_product_detail for side-by-side display.
  • Populate a medical apparel catalog filtered by fabric technology using get_collection_by_fabric with fionx-womens or formx-mens.
  • Display live sale inventory for healthcare workers by calling get_sale_products with a gender filter.
  • Surface customer sentiment for a specific scrub style by retrieving paginated reviews via get_product_reviews using the Shopify product ID.
  • Auto-complete a scrub search field by reading the suggestions array returned by search_products.
  • Resolve coordinating outfit variants by passing SKU arrays to get_complete_the_set and reading back price and shopifyProductId.
  • Track new FIGS releases by polling get_new_arrivals for both gender variants and diffing the nodes array over time.
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 FIGS have an official public developer API?+
FIGS does not publish a public developer API. Their catalog data is not available through any officially documented endpoint for third-party use.
What does `get_product_detail` return beyond basic title and price?+
get_product_detail returns a product object with whyWeLove, careInstructions, colorInfo, category, and priceRange, plus a productCatalogStandardProduct object that lists available colors, sizes, and fits options. Pass a color-specific handle like womens-catarina-one-pocket-scrub-top-black to get color-scoped data, or a product group handle to get the full option set.
Does `get_product_reviews` return all reviews at once?+
No. get_product_reviews is paginated: use the page and limit parameters to step through results. The response includes a pagination object with numPages, numPerPage, and pageNum so you can determine how many requests are needed to retrieve all reviews for a given product_id.
Does the API cover FIGS accessories, lab coats, or non-scrub apparel?+
The current endpoints focus on scrub collections and fabric-based searches. Categories like accessories or lab coats are not surfaced through dedicated collection endpoints. You can fork this API on Parse and revise it to add a get_collection_by_category call with the relevant category handle for those product types.
Can I filter products by both color and size simultaneously?+
Not as a single combined filter. get_available_colors and get_available_sizes are separate endpoints, each scoped to a product group handle. get_product_detail returns both fields together but does not accept size or color as filter inputs that narrow the result set. You can fork the API on Parse and revise it to add a combined filtering endpoint.
Page content last updated . Spec covers 13 endpoints from wearfigs.com.
Related APIs in EcommerceSee all →
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.
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.
revolve.com API
Browse Revolve.com's fashion inventory by searching products, filtering by category or sale status, and discovering new arrivals in real-time. Access detailed product information including pricing, descriptions, and availability to power your shopping app or fashion platform.
hanes.com API
Search and browse Hanes clothing products across categories like men's, women's, and sale items, and retrieve detailed information including sizes, colors, and real-time availability. Find exactly what you're looking for with product variants and comprehensive details to compare options before purchase.
columbia.com API
Search and browse Columbia Sportswear products with detailed specifications, pricing, and real-time availability information. Access comprehensive product data including technical features, fabric details, customer reviews, fit information, and high-quality images to make informed purchasing decisions.
moodfabrics.com API
Search and browse Mood Fabrics' extensive catalog of fabrics, notions, and accessories with detailed product information including fiber content, weight, and pattern details. Discover blog posts, view color variants, filter collections, and find sale items all from one convenient integration.
frette.com API
Browse Frette's luxury bedding and bath collections, search for products across categories, check order status, and find boutique locations worldwide. Access detailed product information, view new arrivals, and explore curated collection sets all in one place.
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.