Skip to main content
POST

Overview

Creates marketplace listings for your items. You can create up to 100 listings in a single request.

Authentication

string
required
Your site API key

Rate Limit

5 requests per minute

Request Body

array
required
Array of items to list (max 100 items)
string
Steam ID of a linked account to associate with these listings. When set, the listing’s automation status will be determined by that linked account’s user agent instead of the main account’s.

Response

boolean
Returns true if listings were successfully created
array
Array of created listing objects

Batch Limit

Max 100 items per request

To create more than 100 listings, make multiple API calls.

Notes

All prices are in cents. For example, $1.65 = 16500 cents.
Set promoted: 1 to feature your listing. Promoted listings appear first in search results.
User notes are visible to all buyers and can help provide additional context about your item (e.g., “Craft #42”, “Clean history”).
Use multiaccount_proxy to manage listings across multiple Steam accounts from one API key.