This website requires JavaScript and Cloudflare Turnstile to function properly.
Skins.com
P2P on Skins.com is now live!
0% Fees Instant
Visit

Partner Integration Guide

Join 58+ marketplaces and integrate your platform with Pricempire's comprehensive pricing ecosystem

Contact Us

Quick Start

Static Integration

We handle price fetching and updates. Perfect for providers with public APIs.

Dynamic Integration

Provide your own API endpoint. Ideal for real-time control over your data.

What We Need From You

To integrate your platform, please provide us with the following information:

Basic Information

  • Your platform name and website URL
  • High-quality logo (48x48px minimum)
  • Brief description of your platform
  • Country of operation

Business Details

  • Seller and buyer fees (if applicable)
  • Supported payment methods
  • Withdrawal/payout options
  • Supported games (CS2, Dota 2, etc.)

Technical Setup

  • Item page URL pattern (see examples below)
  • API endpoint (optional for dynamic pricing)
  • Preferred currency for pricing
  • Any tracking or referral parameters

Advanced Features (If Available)

  • Inspect link format for items
  • Float value availability
  • Paint seed information
  • Sticker details and wear
  • Screenshot/preview URLs
  • 3D inspect support

Optional Information

  • Trustpilot review page URL
  • Year founded and headquarters location
  • Key advantages and features
  • Mobile app availability

URL Patterns

Configure your redirect URLs with these available placeholders.

Available Placeholders

:itemNameURL-encoded item name
:appIdGame app ID (730 for CS2)
:buffIdBuff163 item ID
:clearedItemNameItem name with spaces as +
:utmUTM tracking parameters
:nameSpaceEncoded name with parentheses

Example Patterns

Simple Search

https://yoursite.com/search?q=:itemName
Result: https://yoursite.com/search?q=AK-47%20%7C%20Redline%20%28Field-Tested%29

Direct Item Page

https://yoursite.com/item/:itemName?ref=pricempire
Result: https://yoursite.com/item/AK-47%20%7C%20Redline%20%28Field-Tested%29?ref=pricempire

With App ID

https://yoursite.com/market/:appId/:clearedItemName
Result: https://yoursite.com/market/730/AK-47+|+Redline+(Field-Tested)

API Integration

For dynamic integration, provide an API endpoint that returns your item prices.

Enhanced Item Data

For better user experience, include additional item data when available: inspect links, float values, paint seeds, sticker details, and screenshots. These fields are optional but highly recommended for CS2 items as they help users make informed decisions.

Response Format
{
  "730": [
    {
      // REQUIRED FIELDS
      "name": "AK-47 | Redline (Field-Tested)",
      "price": 45.99,
      "count": 15,
      
      // OPTIONAL FIELDS
      "limit": 5,                     
      "inspect_link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S%owner_steamid%A%assetid%D16534526976851361280",
      "float": 0.21543,              
      "paint_seed": 456,              
      "screenshot": "https://yoursite.com/screenshots/ak47-redline-ft.jpg",
      "stickers": []                 
    },
    {
      // REQUIRED FIELDS
      "name": "AWP | Dragon Lore (Factory New)",
      "price": 4999.99,
      "count": 2,
      
      // OPTIONAL FIELDS
      "limit": 1,
      "inspect_link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S%owner_steamid%A%assetid%D16534526976851361281",
      "float": 0.00123,
      "paint_seed": 661,
      "screenshot": "https://yoursite.com/screenshots/awp-dragon-lore-fn.jpg",
      "stickers": [
        {
          "name": "Natus Vincere | Katowice 2014",
          "wear": 0.12,
          "slot": 1
        }
      ]
    }
  ]
}

Ready to Get Started?

Fill out the form below with your platform details and we'll get back to you within 24-48 hours.

Contact Information

Platform Information

Business Details

Comma-separated list

Comma-separated list

Technical Details

Use placeholders like :itemName, :buffId, etc.

Additional Information

Direct link to your logo (48x48px minimum, PNG/SVG preferred)

By submitting this form, you agree to be contacted regarding your integration request.

Prefer Direct Contact?

Discord: @pricempire

Download Template

Prefer to fill out offline? Download our JSON template.