Discover/kixify.com API
live

kixify.com APIkixify.com

Access Kixify sneaker listings, size-price matrices, seller profiles, and brand categories via 10 endpoints. Search, filter by condition, size, and sort order.

Endpoints
10
Updated
3mo ago
Try it
Page number (0-indexed).
Shoe size filter (e.g. '10').
Sort order: 'popular', 'newest', 'lowest', 'highest'.
Gender filter.
Search keyword (e.g. 'jordan', 'nike dunk').
Shipping filter.
api.parse.bot/scraper/f9f376fe-a473-4330-a47e-2d9521754e81/<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/f9f376fe-a473-4330-a47e-2d9521754e81/search_listings?page=0&keyword=jordan' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Search for sneaker listings by keyword with optional filters. Returns paginated results from the Kixify marketplace.

Input
ParamTypeDescription
pageintegerPage number (0-indexed).
sizestringShoe size filter (e.g. '10').
sortstringSort order: 'popular', 'newest', 'lowest', 'highest'.
genderstringGender filter.
keywordrequiredstringSearch keyword (e.g. 'jordan', 'nike dunk').
shippingstringShipping filter.
Response
{
  "type": "object",
  "fields": {
    "query": "string - the search keyword used",
    "listings": "array of listing objects with name, url, price, discount, thumbnail"
  },
  "sample": {
    "data": {
      "query": "jordan",
      "listings": [
        {
          "url": "https://www.kixify.com/air-jordan-11-gamma",
          "name": "Air Jordan 11 Gamma",
          "price": "$214",
          "discount": "",
          "thumbnail": "https://4app.kicksonfire.com/kofapp/upload/events_master_images/thumb_ipad_air-jordan-11-gamma.png"
        }
      ]
    },
    "status": "success"
  }
}

About the kixify.com API

The Kixify API provides 10 endpoints for retrieving sneaker marketplace data from Kixify.com, covering search results, individual listing details, seller profiles, brand navigation, and size-to-price grids. The get_sneaker_model_detail endpoint, for example, returns a full size matrix across Kids, Men, and Women categories alongside SKU, colorway, retail price, and a complete JSON-LD Product schema object.

Search and Browse Listings

The search_listings endpoint accepts a required keyword and optional filters for size, sort (popular, newest, lowest, highest), gender, and shipping. Results are paginated using a 0-indexed page parameter and return an array of listing objects, each with name, url, price, discount, and thumbnail. The get_category_listings endpoint works similarly but navigates by brand slug (e.g. air-jordan, new-balance) and an optional subcategory slug — both discoverable via get_brands_list, which returns the full brand navigation tree with slugs and nested subcategory arrays.

Product and Listing Detail

get_sneaker_model_detail retrieves the canonical model page for a sneaker, returning sku, brand, colorway, model_name, description, retail_price, a list of images, and a size_matrix object that maps sizing categories (Kids, Men, Women) to size-price pairs. If you need the size matrix in isolation, get_size_price_matrix returns just that object for a given sneaker_slug. For individual seller listings, get_product_listing_detail returns the listing title, price, tags, condition, style_code, and a seller object with username, feedback percentage, and a verified boolean.

Seller Profiles and Cross-Listing

get_seller_profile takes a username and returns the seller's location, join_date, feedback percentage, and their active listings array. To find competing sellers for a specific model, get_other_sellers_for_model accepts a style_code (e.g. CT8012-047) and returns an array of sellers with their seller_name, feedback, price, and listing_url. Style codes are exposed in get_product_listing_detail response under details.style_code.

Filtering by Condition and Featured Content

filter_listings_by_condition lets you filter the marketplace by Brand New or Pre-Owned, with an optional keyword to narrow results further. Each listing in the response includes a condition field alongside the standard thumbnail and pricing fields. The get_homepage_featured endpoint requires no inputs and returns the current featured listings array from the Kixify homepage.

Common use cases
  • Track asking prices across sizes for a specific sneaker model using the size_matrix from get_sneaker_model_detail
  • Compare seller feedback and prices for the same style code using get_other_sellers_for_model
  • Build a brand-browsing interface using get_brands_list slugs piped into get_category_listings
  • Monitor pre-owned vs. brand-new price gaps for a keyword with filter_listings_by_condition
  • Aggregate seller reputation data (feedback percentage, join date, location) via get_seller_profile
  • Surface trending sneakers on a landing page using get_homepage_featured
  • Cross-reference retail price against current marketplace listings using the retail_price field from get_sneaker_model_detail
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 Kixify have an official public developer API?+
Kixify does not publish an official public developer API or documented API program as of mid-2025.
What does get_product_listing_detail return that search results don't?+
Search and category endpoints return summary fields: name, url, price, discount, and thumbnail. get_product_listing_detail adds condition, gender, style_code, colorway, a tags array, and a seller object with username, feedback percentage, and a verified boolean — all specific to that individual seller's listing.
How do I look up valid brand and subcategory slugs for get_category_listings?+
Call get_brands_list first. It returns a brands array where each entry includes a name, a slug, and a subcategories array with nested slugs. Pass those slugs directly as the brand and subcategory parameters in get_category_listings.
Does the API return completed sale (sold) listings or historical transaction data?+
No. All listing endpoints return active marketplace listings only — there is no endpoint for sold or completed transaction history. You can fork this API on Parse and revise it to add an endpoint targeting historical sales data if that becomes available from the source.
Are seller reviews or individual feedback comments exposed?+
The API exposes aggregate feedback as a percentage string (e.g. '100%') in both get_seller_profile and get_product_listing_detail, but individual review text and per-transaction feedback comments are not currently returned. You can fork the API on Parse and revise it to add an endpoint for granular review data.
Page content last updated . Spec covers 10 endpoints from kixify.com.
Related APIs in MarketplaceSee 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.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
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.
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.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
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.
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.