{
  "openapi": "3.0.1",
  "info": {
    "title": "Delcampe Collectibles Marketplace Listings Scraper",
    "description": "Structured listing data from Delcampe, Europe's largest collectables marketplace, across stamps, coins, postcards, militaria and 25+ other categories. Each row carries pricing, auction state, seller and category detail for building price comps and dealer maps.",
    "version": "0.1",
    "x-build-id": "76bFbDeF0btvnZDhm"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jungle_synthesizer~delcampe-collectibles-marketplace-listings-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jungle_synthesizer-delcampe-collectibles-marketplace-listings-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/jungle_synthesizer~delcampe-collectibles-marketplace-listings-scraper/runs": {
      "post": {
        "operationId": "runs-sync-jungle_synthesizer-delcampe-collectibles-marketplace-listings-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/jungle_synthesizer~delcampe-collectibles-marketplace-listings-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-jungle_synthesizer-delcampe-collectibles-marketplace-listings-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "maxItems"
        ],
        "properties": {
          "sp_intended_usage": {
            "title": "What is the intended usage of this data?",
            "minLength": 1,
            "type": "string",
            "description": "What will this data feed? E.g. lead lists, KYB checks, price tracking."
          },
          "sp_improvement_suggestions": {
            "title": "How can we improve this crawler for you?",
            "minLength": 1,
            "type": "string",
            "description": "Provide any feedback or suggestions for improvements."
          },
          "sp_contact": {
            "title": "Contact email (optional)",
            "minLength": 1,
            "type": "string",
            "description": "We'll personally help with your use case. No spam."
          },
          "resumeCursor": {
            "title": "Resume cursor (continue a previous run)",
            "type": "string",
            "description": "Leave empty for a fresh crawl. To CONTINUE a previous run where it stopped — without paying again for records you already received — paste the `resumeCursor` value from that run's Output (the run's OUTPUT key). Resume promptly: the previous run's data expires with your account's retention window (free tier: your ~10 most recent runs)."
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 200000,
            "type": "integer",
            "description": "Maximum number of listing records to scrape.",
            "default": 10
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Optional. Limit the crawl to specific top-level Delcampe categories (Stamps, Coins & Banknotes, Postcards, etc). Leave empty to crawl every category site-wide.",
            "items": {
              "type": "string",
              "enum": [
                "postcards",
                "stamps",
                "books-magazines-comics",
                "old-paper",
                "chromos-images",
                "invoices-commercial-documents",
                "unclassified-2",
                "announcements",
                "advertising",
                "photography",
                "coins-banknotes",
                "badges",
                "phonecards",
                "bills-of-exchange",
                "blotters",
                "bookmarks",
                "bookplates",
                "calendars",
                "cheques-traveler-s-cheques",
                "decrees-laws",
                "diploma-school-reports",
                "historical-documents",
                "lottery-tickets",
                "manuscripts",
                "maps",
                "menus",
                "posters",
                "programs",
                "scores-partitions",
                "seals-of-generality",
                "shareholdings",
                "technical-plans",
                "tickets-vouchers",
                "timetables-schedules",
                "transportation-plans",
                "transportation-tickets",
                "visiting-cards",
                "collections",
                "supplies-and-equipment",
                "army-war",
                "bar-food",
                "games-toys-figurines",
                "jewels-clocks",
                "modern-collectible-cards",
                "music-instruments",
                "scale-models-model-making",
                "video-games",
                "other-collections",
                "advertising-1",
                "charms",
                "creative-hobbies",
                "films-video",
                "kinder-diddl",
                "magnets",
                "minerals-fossils",
                "office-items-related",
                "perfume-beauty",
                "religion-esotericism",
                "seasons-holidays",
                "sports",
                "technical",
                "tobacco-related",
                "transportation"
              ],
              "enumTitles": [
                "Postcards",
                "Stamps",
                "Books, Magazines, Comics",
                "Old Paper",
                "Chromos & Images",
                "Invoices & Commercial documents",
                "Unclassified",
                "Announcements",
                "Advertising (Old Paper)",
                "Photography",
                "Coins & Banknotes",
                "Badges",
                "Phonecards",
                "Bills of Exchange",
                "Blotters",
                "Bookmarks",
                "Bookplates",
                "Calendars",
                "Cheques & traveler's cheques",
                "Decrees & Laws",
                "Diploma & School reports",
                "Historical Documents",
                "Lottery Tickets",
                "Manuscripts",
                "Maps",
                "Menus",
                "Posters",
                "Programs",
                "Scores & Partitions",
                "Seals of Generality",
                "Shareholdings",
                "Technical Plans",
                "Tickets - Vouchers",
                "Timetables - Schedules",
                "Transportation plans",
                "Transportation tickets",
                "Visiting Cards",
                "Collections",
                "Supplies and Equipment",
                "Army & war",
                "Bar & Food",
                "Games, Toys & Figurines",
                "Jewels & Clocks",
                "Modern Collectible Cards",
                "Music & Instruments",
                "Scale models & Model making",
                "Video games",
                "Other themes & collections",
                "Advertising (Collectibles)",
                "Charms",
                "Creative hobbies",
                "Films & Video",
                "Kinder & Diddl",
                "Magnets",
                "Minerals & Fossils",
                "Office Items (related)",
                "Perfume & Beauty",
                "Religion & Esotericism",
                "Seasons & Holidays",
                "Sports",
                "Technical",
                "Tobacco (related)",
                "Transportation"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}