steam-economy-complete.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "steam-economy-complete",
  3. "description": "Complete Steam Economy system including inventory, microtransactions, trading, and monetization. Use for ISteamInventory API, ISteamEconomy API, IInventoryService Web API, Steam Wallet integration, in-app purchases, item definitions, trading, crafting, market integration, and all economy features for game developers.",
  4. "base_url": "https://partner.steamgames.com/doc/",
  5. "start_urls": [
  6. "https://partner.steamgames.com/doc/features/inventory",
  7. "https://partner.steamgames.com/doc/features/microtransactions",
  8. "https://partner.steamgames.com/doc/features/microtransactions/implementation",
  9. "https://partner.steamgames.com/doc/api/ISteamInventory",
  10. "https://partner.steamgames.com/doc/webapi/ISteamEconomy",
  11. "https://partner.steamgames.com/doc/webapi/IInventoryService",
  12. "https://partner.steamgames.com/doc/features/inventory/economy"
  13. ],
  14. "selectors": {
  15. "main_content": "div.documentation_bbcode",
  16. "title": "div.docPageTitle",
  17. "code_blocks": "div.bb_code"
  18. },
  19. "url_patterns": {
  20. "include": [
  21. "/features/inventory",
  22. "/features/microtransactions",
  23. "/api/ISteamInventory",
  24. "/webapi/ISteamEconomy",
  25. "/webapi/IInventoryService"
  26. ],
  27. "exclude": [
  28. "/home",
  29. "/sales",
  30. "/marketing",
  31. "/legal",
  32. "/finance",
  33. "/login",
  34. "/search",
  35. "/steamworks/apps",
  36. "/steamworks/partner"
  37. ]
  38. },
  39. "categories": {
  40. "getting_started": [
  41. "overview",
  42. "getting started",
  43. "introduction",
  44. "quickstart",
  45. "setup"
  46. ],
  47. "inventory_system": [
  48. "inventory",
  49. "item definition",
  50. "item schema",
  51. "item properties",
  52. "itemdefs",
  53. "ISteamInventory"
  54. ],
  55. "microtransactions": [
  56. "microtransaction",
  57. "purchase",
  58. "payment",
  59. "checkout",
  60. "wallet",
  61. "transaction"
  62. ],
  63. "economy_api": [
  64. "ISteamEconomy",
  65. "economy",
  66. "asset",
  67. "context"
  68. ],
  69. "inventory_webapi": [
  70. "IInventoryService",
  71. "webapi",
  72. "web api",
  73. "http"
  74. ],
  75. "trading": [
  76. "trading",
  77. "trade",
  78. "exchange",
  79. "market"
  80. ],
  81. "crafting": [
  82. "crafting",
  83. "recipe",
  84. "combine",
  85. "exchange"
  86. ],
  87. "pricing": [
  88. "pricing",
  89. "price",
  90. "cost",
  91. "currency"
  92. ],
  93. "implementation": [
  94. "integration",
  95. "implementation",
  96. "configure",
  97. "best practices"
  98. ],
  99. "examples": [
  100. "example",
  101. "sample",
  102. "tutorial",
  103. "walkthrough"
  104. ]
  105. },
  106. "rate_limit": 0.7,
  107. "max_pages": 1000
  108. }