Skip to content
Revadike edited this page Mar 12, 2026 · 6 revisions

GET /market/listings/:appid/:hashname/render

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /market/listings/:appid/:hashname/render

Query Parameters:

Name Type Required Description
currency number No Currency ID used for listing prices. Example: 1 – USD, 3 – EUR.
start number No Index of the first listing to return. Use 0 to start on the first (cheapest) listing. The endpoint responds with 10 listings if there are at least 10 available.

Response

200 OK

Name Type Description
success boolean Whether the request was successful.
start number Index of the first listing returned.
pagesize number Number of listings returned in the response.
total_count number Total number of listings available for the item.
results_html string HTML markup for the listings page.
listinginfo object Collection of listing objects keyed by :listingid.
listinginfo.:listingid object Data about a specific listing.
listinginfo.:listingid.listingid string Listing ID.
listinginfo.:listingid.price number Listing price.
listinginfo.:listingid.fee number Total fee applied to the listing.
listinginfo.:listingid.publisher_fee_app number App ID associated with the publisher fee.
listinginfo.:listingid.publisher_fee_percent string Publisher fee percentage.
listinginfo.:listingid.currencyid number Currency ID of the listing price.
listinginfo.:listingid.steam_fee number Steam fee amount.
listinginfo.:listingid.publisher_fee number Publisher fee amount.
listinginfo.:listingid.converted_price number Price converted to the requested currency.
listinginfo.:listingid.converted_fee number Converted total fee.
listinginfo.:listingid.converted_currencyid number Currency ID for converted values.
listinginfo.:listingid.converted_steam_fee number Converted Steam fee.
listinginfo.:listingid.converted_publisher_fee number Converted publisher fee.
listinginfo.:listingid.converted_price_per_unit number Converted price per unit.
listinginfo.:listingid.converted_fee_per_unit number Converted fee per unit.
listinginfo.:listingid.converted_steam_fee_per_unit number Converted Steam fee per unit.
listinginfo.:listingid.converted_publisher_fee_per_unit number Converted publisher fee per unit.
listinginfo.:listingid.asset object Asset information for the listing.
listinginfo.:listingid.asset.currency number TODO
listinginfo.:listingid.asset.appid number App ID of the asset.
listinginfo.:listingid.asset.contextid string TODO
listinginfo.:listingid.asset.id string Asset ID of the item being sold.
listinginfo.:listingid.asset.amount string Quantity of the asset in the listing.
listinginfo.:listingid.asset.market_actions array Available market actions for the item.
listinginfo.:listingid.asset.market_actions[].link string Action link (for example, inspect in-game).
listinginfo.:listingid.asset.market_actions[].name string Name of the action.

Example

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..."
          }
        ]
      }
    }
  }

Clone this wiki locally