This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.1.0 | |
| info: | |
| title: Company Intelligence Scraper | |
| description: Scrapes public webpages for business model, strategic priorities, and challenges of a given company. | |
| version: 1.0.0 | |
| servers: | |
| - url: https://your-scraper-api.com | |
| description: Placeholder scraping API server | |
| paths: |
OlderNewer