{
  "openapi": "3.0.1",
  "info": {
    "title": "Multi Topic Quotes API",
    "description": "Multi-Topic Quotes API returns clean quote records by topic in one click. Pick from a wide topic dropdown and get structured rows with the quote, author, and tags, ready for Sheets, Airtable, or Notion.",
    "version": "0.0",
    "x-build-id": "SecW2qeW6R02DrMRy"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/b2b_lead_generation~multi-topic-quotes-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-b2b_lead_generation-multi-topic-quotes-api",
        "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/b2b_lead_generation~multi-topic-quotes-api/runs": {
      "post": {
        "operationId": "runs-sync-b2b_lead_generation-multi-topic-quotes-api",
        "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/b2b_lead_generation~multi-topic-quotes-api/run-sync": {
      "post": {
        "operationId": "run-sync-b2b_lead_generation-multi-topic-quotes-api",
        "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": [
          "topics"
        ],
        "properties": {
          "topics": {
            "title": "Topics",
            "uniqueItems": true,
            "type": "array",
            "description": "Pick one or more topics from the dropdown. The actor returns quotes filed under any of the selected topics.",
            "items": {
              "type": "string",
              "enum": [
                "age",
                "alone",
                "amazing",
                "anger",
                "anniversary",
                "architecture",
                "art",
                "attitude",
                "beauty",
                "best",
                "birthday",
                "brainy",
                "business",
                "car",
                "chance",
                "change",
                "christmas",
                "communication",
                "computers",
                "cool",
                "courage",
                "dad",
                "dating",
                "death",
                "design",
                "diet",
                "dreams",
                "easter",
                "education",
                "environmental",
                "equality",
                "experience",
                "failure",
                "faith",
                "family",
                "famous",
                "fathers-day",
                "fear",
                "finance",
                "fitness",
                "food",
                "forgiveness",
                "freedom",
                "friendship",
                "funny",
                "future",
                "gardening",
                "god",
                "good",
                "government",
                "graduation",
                "great",
                "happiness",
                "health",
                "history",
                "home",
                "hope",
                "humor",
                "imagination",
                "independence",
                "inspirational",
                "intelligence",
                "jealousy",
                "knowledge",
                "leadership",
                "learning",
                "legal",
                "life",
                "love",
                "marriage",
                "medical",
                "memorial-day",
                "men",
                "mom",
                "money",
                "morning",
                "mothers-day",
                "motivational",
                "movies",
                "moving-on",
                "music",
                "nature",
                "new-years",
                "parenting",
                "patience",
                "patriotism",
                "peace",
                "pet",
                "poetry",
                "politics",
                "positive",
                "power",
                "relationship",
                "religion",
                "respect",
                "romantic",
                "sad",
                "saint-patricks-day",
                "science",
                "smile",
                "society",
                "space",
                "sports",
                "strength",
                "success",
                "sympathy",
                "teacher",
                "technology",
                "teen",
                "thankful",
                "thanksgiving",
                "time",
                "travel",
                "trust",
                "truth",
                "valentines-day",
                "veterans-day",
                "war",
                "wedding",
                "wisdom",
                "women",
                "work"
              ],
              "enumTitles": [
                "Age",
                "Alone",
                "Amazing",
                "Anger",
                "Anniversary",
                "Architecture",
                "Art",
                "Attitude",
                "Beauty",
                "Best",
                "Birthday",
                "Brainy",
                "Business",
                "Car",
                "Chance",
                "Change",
                "Christmas",
                "Communication",
                "Computers",
                "Cool",
                "Courage",
                "Dad",
                "Dating",
                "Death",
                "Design",
                "Diet",
                "Dreams",
                "Easter",
                "Education",
                "Environmental",
                "Equality",
                "Experience",
                "Failure",
                "Faith",
                "Family",
                "Famous",
                "Fathers Day",
                "Fear",
                "Finance",
                "Fitness",
                "Food",
                "Forgiveness",
                "Freedom",
                "Friendship",
                "Funny",
                "Future",
                "Gardening",
                "God",
                "Good",
                "Government",
                "Graduation",
                "Great",
                "Happiness",
                "Health",
                "History",
                "Home",
                "Hope",
                "Humor",
                "Imagination",
                "Independence",
                "Inspirational",
                "Intelligence",
                "Jealousy",
                "Knowledge",
                "Leadership",
                "Learning",
                "Legal",
                "Life",
                "Love",
                "Marriage",
                "Medical",
                "Memorial Day",
                "Men",
                "Mom",
                "Money",
                "Morning",
                "Mothers Day",
                "Motivational",
                "Movies",
                "Moving On",
                "Music",
                "Nature",
                "New Years",
                "Parenting",
                "Patience",
                "Patriotism",
                "Peace",
                "Pet",
                "Poetry",
                "Politics",
                "Positive",
                "Power",
                "Relationship",
                "Religion",
                "Respect",
                "Romantic",
                "Sad",
                "Saint Patricks Day",
                "Science",
                "Smile",
                "Society",
                "Space",
                "Sports",
                "Strength",
                "Success",
                "Sympathy",
                "Teacher",
                "Technology",
                "Teen",
                "Thankful",
                "Thanksgiving",
                "Time",
                "Travel",
                "Trust",
                "Truth",
                "Valentines Day",
                "Veterans Day",
                "War",
                "Wedding",
                "Wisdom",
                "Women",
                "Work"
              ]
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "Cap the number of matched quotes returned.",
            "default": 100
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}