-
Notifications
You must be signed in to change notification settings - Fork 26
Get Market Listing
Revadike edited this page Mar 12, 2026
·
6 revisions
No known rate limit
Authenticated: No
Method:
GETHost:
steamcommunity.comPath:
/market/listings/:appid/:hashname/renderQuery Parameters:
Name Type Required Description currencynumber No Currency ID used for listing prices. Example: 1– USD,3– EUR.startnumber No Index of the first listing to return. Use 0to start on the first (cheapest) listing. The endpoint responds with 10 listings if there are at least 10 available.
Name Type Description successboolean Whether the request was successful. startnumber Index of the first listing returned. pagesizenumber Number of listings returned in the response. total_countnumber Total number of listings available for the item. results_htmlstring HTML markup for the listings page. listinginfoobject Collection of listing objects keyed by :listingid.listinginfo.:listingidobject Data about a specific listing. listinginfo.:listingid.listingidstring Listing ID. listinginfo.:listingid.pricenumber Listing price. listinginfo.:listingid.feenumber Total fee applied to the listing. listinginfo.:listingid.publisher_fee_appnumber App ID associated with the publisher fee. listinginfo.:listingid.publisher_fee_percentstring Publisher fee percentage. listinginfo.:listingid.currencyidnumber Currency ID of the listing price. listinginfo.:listingid.steam_feenumber Steam fee amount. listinginfo.:listingid.publisher_feenumber Publisher fee amount. listinginfo.:listingid.converted_pricenumber Price converted to the requested currency. listinginfo.:listingid.converted_feenumber Converted total fee. listinginfo.:listingid.converted_currencyidnumber Currency ID for converted values. listinginfo.:listingid.converted_steam_feenumber Converted Steam fee. listinginfo.:listingid.converted_publisher_feenumber Converted publisher fee. listinginfo.:listingid.converted_price_per_unitnumber Converted price per unit. listinginfo.:listingid.converted_fee_per_unitnumber Converted fee per unit. listinginfo.:listingid.converted_steam_fee_per_unitnumber Converted Steam fee per unit. listinginfo.:listingid.converted_publisher_fee_per_unitnumber Converted publisher fee per unit. listinginfo.:listingid.assetobject Asset information for the listing. listinginfo.:listingid.asset.currencynumber TODO listinginfo.:listingid.asset.appidnumber App ID of the asset. listinginfo.:listingid.asset.contextidstring TODO listinginfo.:listingid.asset.idstring Asset ID of the item being sold. listinginfo.:listingid.asset.amountstring Quantity of the asset in the listing. listinginfo.:listingid.asset.market_actionsarray Available market actions for the item. listinginfo.:listingid.asset.market_actions[].linkstring Action link (for example, inspect in-game). listinginfo.:listingid.asset.market_actions[].namestring Name of the action.
GET https://steamcommunity.com/market/listings/730/M249%20%7C%20System%20Lock%20%28Factory%20New%29/render?currency=3&start=0
{
"success": true,
"start": 0,
"pagesize": 10,
"total_count": 48,
"results_html": "\u003Cdiv class=\"market_listing_table_header\"\u003E\n\t\u003Cdiv . . .
Followed by json with details of the individual listings found:
"listinginfo": {
"650327582236581978": {
"listingid": "650327582236581978",
"price": 70,
"fee": 10,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2002,
"steam_fee": 3,
"publisher_fee": 7,
"converted_price": 95,
"converted_fee": 13,
"converted_currencyid": 2001,
"converted_steam_fee": 4,
"converted_publisher_fee": 9,
"converted_price_per_unit": 95,
"converted_fee_per_unit": 13,
"converted_steam_fee_per_unit": 4,
"converted_publisher_fee_per_unit": 9,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "15715147765",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"653705281956674911": {
"listingid": "653705281956674911",
"price": 100,
"fee": 15,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2001,
"steam_fee": 5,
"publisher_fee": 10,
"converted_price": 100,
"converted_fee": 15,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 10,
"converted_price_per_unit": 100,
"converted_fee_per_unit": 15,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 10,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "44754315297",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"642446196156981846": {
"listingid": "642446196156981846",
"price": 100,
"fee": 15,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2001,
"steam_fee": 5,
"publisher_fee": 10,
"converted_price": 100,
"converted_fee": 15,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 10,
"converted_price_per_unit": 100,
"converted_fee_per_unit": 15,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 10,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "4818853237",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"636811088276000198": {
"listingid": "636811088276000198",
"price": 382,
"fee": 57,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2006,
"steam_fee": 19,
"publisher_fee": 38,
"converted_price": 105,
"converted_fee": 15,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 10,
"converted_price_per_unit": 105,
"converted_fee_per_unit": 15,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 10,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "44540359202",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D17197574511866843440",
"name": "Inspect in Game..."
}
]
}
},
"654831095070170822": {
"listingid": "654831095070170822",
"price": 400,
"fee": 60,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2006,
"steam_fee": 20,
"publisher_fee": 40,
"converted_price": 110,
"converted_fee": 16,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 11,
"converted_price_per_unit": 110,
"converted_fee_per_unit": 16,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 11,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "44115791277",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"651448053565310705": {
"listingid": "651448053565310705",
"price": 800,
"fee": 120,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2023,
"steam_fee": 40,
"publisher_fee": 80,
"converted_price": 113,
"converted_fee": 16,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 11,
"converted_price_per_unit": 113,
"converted_fee_per_unit": 16,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 11,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "27317433075",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"639053362152878662": {
"listingid": "639053362152878662",
"price": 57000,
"fee": 8550,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2037,
"steam_fee": 2850,
"publisher_fee": 5700,
"converted_price": 106,
"converted_fee": 15,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 10,
"converted_price_per_unit": 106,
"converted_fee_per_unit": 15,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 10,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "2825509110",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"664961743667014002": {
"listingid": "664961743667014002",
"price": 100,
"fee": 15,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2003,
"steam_fee": 5,
"publisher_fee": 10,
"converted_price": 117,
"converted_fee": 16,
"converted_currencyid": 2001,
"converted_steam_fee": 5,
"converted_publisher_fee": 11,
"converted_price_per_unit": 117,
"converted_fee_per_unit": 16,
"converted_steam_fee_per_unit": 5,
"converted_publisher_fee_per_unit": 11,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "45255206020",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"660460137072185905": {
"listingid": "660460137072185905",
"price": 870,
"fee": 130,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2023,
"steam_fee": 43,
"publisher_fee": 87,
"converted_price": 123,
"converted_fee": 18,
"converted_currencyid": 2001,
"converted_steam_fee": 6,
"converted_publisher_fee": 12,
"converted_price_per_unit": 123,
"converted_fee_per_unit": 18,
"converted_steam_fee_per_unit": 6,
"converted_publisher_fee_per_unit": 12,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "45603134517",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D7548851974882998068",
"name": "Inspect in Game..."
}
]
}
},
"649201682321240147": {
"listingid": "649201682321240147",
"price": 219,
"fee": 31,
"publisher_fee_app": 730,
"publisher_fee_percent": "0.100000001490116119",
"currencyid": 2022,
"steam_fee": 10,
"publisher_fee": 21,
"converted_price": 129,
"converted_fee": 18,
"converted_currencyid": 2001,
"converted_steam_fee": 6,
"converted_publisher_fee": 12,
"converted_price_per_unit": 129,
"converted_fee_per_unit": 18,
"converted_steam_fee_per_unit": 6,
"converted_publisher_fee_per_unit": 12,
"asset": {
"currency": 0,
"appid": 730,
"contextid": "2",
"id": "45964327572",
"amount": "1",
"market_actions": [
{
"link": "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D9855223998429411708",
"name": "Inspect in Game..."
}
]
}
}
}