Marketplace
Grailed logo

Grailed API

grailed.com

Designer and streetwear resale marketplace - listings, designer pages, and pricing.

Actions
9
Category
Marketplace
Login
Not required
Output
JSON

Call the Grailed API

Submit a task, then poll the job until it settles. This example runs act_grailed_com_capsule_deals.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_grailed_com_capsule_deals",
    "params": {
      "capsule_id": "805"
    }
  }'

9 actions on grailed.com

Read

  • Capsule Deals

    act_grailed_com_capsule_dealsread1 credit / call

    Returns curated deal capsule metadata: name, slug, description, and follower count.

    capsule_id
    string · required
  • Designer Collaborations

    act_grailed_com_designer_collaborationsread1 credit / call

    Returns popular collaborations for a designer, with titles, slugs, and paired designers.

    designer_id
    string · required
  • Designer Listings

    act_grailed_com_designer_listing_ssrread1 credit / call

    Returns a designer's browse page with category and department links, ID, and listing config.

    designer_slug
    string · required
  • Designer Preview Photos

    act_grailed_com_designer_preview_photosread1 credit / call

    Returns listing preview photo URLs for a list of designer IDs.

    designer_ids
    array · required
  • Homepage Data

    act_grailed_com_homepage_ssrread1 credit / call

    Returns homepage configuration: public search keys, listing index options, and featured content.

  • Related Designer IDs

    act_grailed_com_related_designer_idsread1 credit / call

    Returns recommended related designer IDs for a given designer.

    designer_id
    string · required
  • Related Editorial Content

    act_grailed_com_related_editorial_contentread1 credit / call

    Returns editorial articles for a brand or query, with titles, authors, slugs, and tags.

    search_query
    string · required
    designer_tag
    string · required

Write

Write actions change state on grailed.com and run as the account you connect.

  • Designer Details

    act_grailed_com_designer_detailwrite2 credits / call

    Returns designer details in batch: names, slugs, listing counts, and collaborations.

    object_ids
    array · required
    x_algolia_api_key
    string · required
    x_algolia_application_id
    string · required
  • Designer Listings Search

    act_grailed_com_listing_facet_countwrite2 credits / call

    Returns a designer's matching listings with prices, counts, and facets.

    designer_id
    string · required
    query
    string
    hitsPerPage
    integer
    page
    integer
    x_algolia_api_key
    string · required
    x_algolia_application_id
    string · required

Grailed API questions

Is there an API for Grailed?
Grailed does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for grailed.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Grailed data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when grailed.com changes its markup, Anakin updates the action.
Do I need a Grailed account?
No. Every Grailed action listed here runs anonymously — no account and no credentials required.
What does the Grailed API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites