Skip to main content
GET
Retrieves product information from a merchant’s product detail page (PDP) URL. This endpoint extracts and returns the same detailed product data as the Get a Product endpoint.

Query Parameters

string
required
The full merchant product page URL. Can be plain or URL-encoded.Examples:
  • https://staging.luma.gift/radiant-tee.html
  • https://staging.luma.gift/hero-hoodie.html?variant=123
If the URL contains query parameters, encode it with percent encoding according to HTTP standards.
string
Postal code to customize pricing, inventory, or availability, based on location

Response

Returns the same Product Details structure as the Get a Product endpoint, including:
  • Base product information
  • Variants with pricing and availability
  • Images and variant options
  • Review information

Expected Errors

404
The merchant’s platform doesn’t support product extraction from URLs

Use Cases

This endpoint is particularly useful for:

Browser Extensions

Extract product data when users browse merchant sites

Social Commerce

Handle shared product links from social media

Universal Wishlists

Save products from any supported merchant

Price Tracking

Monitor product prices across different stores

Example: URL-Based Product Import