{
  "openapi": "3.0.1",
  "info": {
    "title": "Earnings Call Transcript Scraper",
    "description": "Scrape earnings call transcripts for any publicly traded company. Get structured Q&A, management remarks, and financial commentary from earnings calls.",
    "version": "1.0",
    "x-build-id": "BlfxtgPhKxj9GqUuA"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/junipr~earnings-call-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-junipr-earnings-call-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/junipr~earnings-call-scraper/runs": {
      "post": {
        "operationId": "runs-sync-junipr-earnings-call-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/junipr~earnings-call-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-junipr-earnings-call-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",
        "properties": {
          "tickers": {
            "title": "Ticker Symbols",
            "type": "array",
            "description": "Stock ticker symbols to search for (e.g. [\"AAPL\", \"MSFT\", \"GOOGL\"]). Max 50. Leave empty to use defaults.",
            "items": {
              "type": "string"
            },
            "default": [
              "AAPL",
              "MSFT"
            ]
          },
          "companyNames": {
            "title": "Company Names",
            "type": "array",
            "description": "Company names to search for as fallback when ticker lookup fails (e.g. [\"Apple Inc.\", \"Microsoft\"]).",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "cikNumbers": {
            "title": "SEC CIK Numbers",
            "type": "array",
            "description": "SEC CIK numbers for direct EDGAR lookup (e.g. [\"0000320193\"] for Apple). Use for precise company identification.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "quarters": {
            "title": "Quarter Filter",
            "type": "array",
            "description": "Filter transcripts by fiscal quarter (e.g. [\"Q1 2025\", \"Q4 2024\"]). Leave empty for all available quarters.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "fiscalYears": {
            "title": "Fiscal Year Filter",
            "type": "array",
            "description": "Filter transcripts by fiscal year (e.g. [2024, 2025]). Leave empty for all available years.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "maxTranscriptsPerCompany": {
            "title": "Max Transcripts Per Company",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Maximum number of transcripts to retrieve per company. Min: 1, Max: 20.",
            "default": 4
          },
          "dateFrom": {
            "title": "Date From",
            "type": "string",
            "description": "Only include transcripts from this date onward (ISO 8601, e.g. \"2024-01-01\").",
            "default": ""
          },
          "dateTo": {
            "title": "Date To",
            "type": "string",
            "description": "Only include transcripts up to this date (ISO 8601, e.g. \"2025-12-31\").",
            "default": ""
          },
          "sources": {
            "title": "Sources",
            "type": "array",
            "description": "Sources to scrape transcripts from. Options: motley_fool, seeking_alpha, sec_edgar.",
            "items": {
              "type": "string"
            },
            "default": [
              "motley_fool",
              "sec_edgar"
            ]
          },
          "preferredSource": {
            "title": "Preferred Source",
            "enum": [
              "motley_fool",
              "seeking_alpha",
              "sec_edgar"
            ],
            "type": "string",
            "description": "Primary source to try first. Falls back to other sources if unavailable.",
            "default": "motley_fool"
          },
          "extractMetrics": {
            "title": "Extract Financial Metrics",
            "type": "boolean",
            "description": "Extract mentioned financial metrics (revenue, EPS, gross margin, operating income, guidance).",
            "default": true
          },
          "extractForwardLooking": {
            "title": "Extract Forward-Looking Statements",
            "type": "boolean",
            "description": "Flag forward-looking statements (guidance, outlook, expectations, targets).",
            "default": true
          },
          "includeFullText": {
            "title": "Include Full Transcript Text",
            "type": "boolean",
            "description": "Include the complete transcript text in output. Set to false for metadata-only runs (smaller output).",
            "default": true
          },
          "splitBySpeaker": {
            "title": "Split By Speaker",
            "type": "boolean",
            "description": "Parse transcript into per-speaker segments with Q&A identification.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Residential proxy is required — Motley Fool and SEC EDGAR block datacenter IPs. Apify paid plans include residential proxy. Free-plan users: provide your own residential proxy URL.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}