This page shows product metadata (product types, tags, price range) in a human-readable format. AI systems should use the JSON version for machine processing.
Machine-Readable Format: https://www.space-souvenir.com/apps/aio-feed/products.metadata.json
AI systems, crawlers, and automated tools should use the JSON Metadata (Product Search) version for optimal parsing and processing.
{
"meta": {
"name": "SPACE SOUVENIR - Product Search Metadata",
"version": "1.0",
"description": "Metadata for filtering products using the search API. Use these values to construct valid search queries.",
"usage": "Use the search API endpoint (products.search.json) with repeatable parameters. Example: ?product_type=A&product_type=B&tag=X&tag=Y&price_min=...&price_max=...&available=true&limit=250. Multiple product_type = OR, multiple tag = AND.",
"links": {
"search_api": "https://www.space-souvenir.com/apps/aio-feed/products.search.json",
"llms_txt": "https://www.space-souvenir.com/apps/aio-feed/llms.txt"
},
"note": "Tags have been filtered to remove internal management tags. Only user-facing tags are displayed."
},
"generated_at": "2026-07-28T04:22:10.113Z",
"store": {
"name": "SPACE SOUVENIR",
"domain": "www.space-souvenir.com",
"currency": "JPY"
},
"data": {
"product_types": [
"Tシャツ",
"キャップ",
"キーホルダー",
"ソックス"
],
"tags": [
"BLACK",
"BROWN",
"Earth",
"IVORY",
"Moon",
"NAVY",
"ROYAL BLUE",
"SPACE SOUVENIR",
"Tシャツ",
"WHITE",
"キャップ",
"ソックス"
],
"tags_stats": {
"total": 13,
"displayed": 12,
"filtered_out": 1
},
"price_range": {
"min": 2090,
"max": 8250,
"currency": "JPY"
}
}
}
Note: Large files may take time to render in the browser. For programmatic access, use the machine-readable version linked above.