Skip to content

bondvit/grailed-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grailed API (unofficial) — examples

Note: this is an unofficial programmatic interface — an Apify actor that returns structured JSON. It is not affiliated with the platform it reads.

Runnable examples for the Grailed Scraper — Streetwear Resale & Sold Prices | $1.50/1K on Apify.

Search Grailed resale listings via the public Algolia API. Returns price, price_drops, sold_price, condition, designer, size, strata (hype/luxury), seller score. Two-tier PPE: $1.50/1K active, $2.50/1K sold listings with confirmed prices. No proxy. Pay per result.

What you get per record

category · category_path · color · condition · cover_photo · created_at · designers · listing_id · listing_url · location · marketplace · parse_confidence · price · price_drops · scraped_at · seller_reviews · seller_score · seller_username · size · sold · sold_price · strata · title · warnings

Who uses this

  • Resale pricing — real asking and sold prices for any brand/model before you list.
  • Drop monitoring — new listings for a grail search the minute they post.
  • Market analytics — brand demand, price trends and liquidity in fashion resale.

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. Run a language example below. Both call the actor and print the results.
Example File
Python (apify-client) examples/python/run.py
JavaScript (apify-client) examples/javascript/run.js
Sample output (real records) examples/sample_output.json

Example input

{
  "searchQuery": "nike vintage jacket",
  "maxItems": 100
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

Releases

No releases published

Packages

 
 
 

Contributors