Marketplace
No threads yet
Live

list_oripa_lotteries

japan-toreca.com

Lists all currently available online oripa lottery packs for a Japan Toreca Center category from https://japan-toreca.com. Returns each pack's pricing, stock and availability, purchase limits, image, and full tag metadata in the selected site sort order.

Parameters2
Runs9
Updated10d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_oripa_lotteries?

Lists all currently available online oripa lottery packs for a Japan Toreca Center category from https://japan-toreca.com. Returns each pack's pricing, stock and availability, purchase limits, image, and full tag metadata in the selected site sort order. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass category, sort and get the result back without maintaining a scraper.

Response

{
  "sort": "<string>",
  "count": 0,
  "category": "<string>",
  "lotteries": [
    {
      "id": 0,
      "tags": [
        {
          "name": "<string>",
          "type": "<string>",
          "index": 0,
          "name_en": "<string>",
          "is_visible": true,
          "usage_type": "<string>",
          "localized_name": "<string>",
          "text_color_hex": "<string>",
          "background_color_hex": "<string>"
        }
      ],
      "price": 0,
      "title": "<string>",
      "sale_to": "<string>",
      "category": "<string>",
      "is_liked": true,
      "sale_from": "<string>",
      "left_cards": 0,
      "like_count": 0,
      "show_1_ren": true,
      "is_sold_out": true,
      "show_10_ren": true,
      "total_cards": 0,
      "limited_type": "<string>",
      "show_100_ren": true,
      "withdrawable": true,
      "display_price": "<string>",
      "show_1000_ren": true,
      "is_before_sale": true,
      "payment_method": "<string>",
      "withdraw_count": 0,
      "required_ticket": 0,
      "header_image_url": "<string>",
      "countdown_minutes": 0,
      "recent_user_count": 0,
      "show_all_left_cards": true,
      "allow_ticket_payment": true,
      "daily_withdraw_count": 0,
      "maximum_withdraw_count": 0,
      "minimum_exchange_point": 0,
      "ten_times_display_price": "<string>",
      "conditional_withdraw_credit": {
        "condition": "<string>",
        "condition_type": "<string>",
        "current_charge_amount": 0,
        "max_achievement_count": 0,
        "remaining_achievements": 0,
        "required_charge_amount": 0,
        "current_coin_consumption": 0,
        "required_coin_consumption": 0,
        "total_available_withdraws": 0,
        "withdraws_per_achievement": 0,
        "current_remaining_withdraws": 0
      },
      "hundred_times_display_price": "<string>",
      "is_line_connection_required": true,
      "all_left_cards_display_price": "<string>",
      "thousand_times_display_price": "<string>",
      "maximum_withdraw_count_per_day": 0,
      "minimum_exchange_point_display": "<string>"
    }
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/9bc956ab-c0fd-4910-ba95-aef1748ca962/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "9bc956ab-c0fd-4910-ba95-aef1748ca962",
    "variables": {
        "category": "pokemon",
        "sort": "recommended"
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="9bc956ab-c0fd-4910-ba95-aef1748ca962") — the "list_oripa_lotteries" function, which lists all currently available online oripa lottery packs for a Japan Toreca Center category from https://japan-toreca.com. Returns each pack's pricing, stock and availability, purchase limits, image, and full tag metadata in the selected site sort order..

It takes category (str), sort (str). Return the result as structured JSON.