Discover/shop-eu.palaceskateboards.com API
live

shop-eu.palaceskateboards.com APIshop-eu.palaceskateboards.com

Access Palace Skateboards EU product listings, category filters, inventory status, size charts, and detailed specs via 4 structured REST endpoints.

Endpoints
4
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/b8930050-2616-400b-bbec-fb2a2f6d37e0/<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/b8930050-2616-400b-bbec-fb2a2f6d37e0/get_all_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get all products from the featured/default collection. Returns product names, prices, availability, and handles.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of products returned",
    "products": "array of product objects with name, price, currency, sold_out, product_url, and handle"
  },
  "sample": {
    "data": {
      "count": 30,
      "products": [
        {
          "name": "PATCH ME UP SHEARLING JACKET BLACK",
          "price": "268.0",
          "handle": "lkw1zlto7o3v",
          "currency": "EUR",
          "sold_out": false,
          "product_url": "https://shop-eu.palaceskateboards.com/products/lkw1zlto7o3v"
        }
      ]
    },
    "status": "success"
  }
}

About the shop-eu.palaceskateboards.com API

The Palace Skateboards EU Shop API gives developers structured access to the full EU product catalog across 4 endpoints, covering product listings, category-filtered results, and detailed per-product data including size charts and technical specifications. The get_product_details endpoint returns available sizes with individual pricing, image arrays, and description text for any product identified by its handle.

What the API Covers

The API surfaces data from the Palace Skateboards EU storefront (shop-eu.palaceskateboards.com). Four endpoints cover the full browse-and-inspect workflow: list all products, filter by category, retrieve per-product details, and enumerate available categories. All prices are returned in EUR.

Browsing and Filtering Products

get_all_products returns the featured/default collection with no required parameters — each product object includes name, price, currency, sold_out, product_url, and handle. get_products_by_category accepts a required category slug (e.g. jackets, hoods, tracksuits, bottoms) and returns the same product shape filtered to that collection. Use get_all_categories to retrieve current category name, url, and slug values so you always have valid slugs on hand.

Product Detail Data

get_product_details takes a handle string — sourced from any product listing response — and returns the full detail record: available_sizes (each with size, price, and available flag), technical_details as an array of specification lines, description as an array of text lines, an images array of URLs, and a size_chart object with measurements and variant names when the product carries one. The sold_out boolean at the top level reflects overall availability independent of individual size stock.

Common use cases
  • Monitor Palace EU restock events by polling get_all_products and comparing sold_out flags over time
  • Build a size-aware availability tracker using available_sizes from get_product_details
  • Aggregate Palace EU category listings to compare pricing across jackets, tracksuits, and shorts
  • Render size chart measurements for Palace EU garments in a fit-guide tool using the size_chart field
  • Sync Palace EU product handles and URLs into a wishlist or price-alert service
  • Extract technical_details lines to populate structured product metadata in a skatewear database
  • Enumerate all current categories via get_all_categories to keep navigation slugs up to date in a third-party storefront integration
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 Palace Skateboards offer an official developer API?+
Palace Skateboards does not publish an official public developer API for their EU shop. There is no documented API, OAuth flow, or developer portal listed on their site.
What does `get_product_details` return beyond the basic listing fields?+
get_product_details extends the listing data with available_sizes (an array of objects each containing size, price, and available), technical_details (an array of spec lines), description (an array of text lines), an images array of full-size URLs, and a size_chart object containing measurements and variant names — or null when no size chart is present for that product.
Does the API cover Palace Skateboards' US shop or other regional storefronts?+
Not currently. The API covers only the EU shop at shop-eu.palaceskateboards.com, with prices in EUR. You can fork this API on Parse and revise it to point at the US storefront or other regional domains to add that coverage.
Are product reviews or customer ratings returned by any endpoint?+
Not currently. The API returns inventory, pricing, sizing, technical specifications, and descriptions, but does not include customer reviews or ratings. You can fork the API on Parse and revise it to add a reviews endpoint if that data is accessible on the product pages.
Does `get_products_by_category` support pagination for large categories?+
The endpoint returns a count integer alongside the full products array in a single response. There are no pagination parameters (page, limit, offset) exposed at this time. You can fork the API on Parse and revise it to add pagination support for categories that return large product sets.
Page content last updated . Spec covers 4 endpoints from shop-eu.palaceskateboards.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.