https://github.com/screenshotone/examples
Code examples and applications to demonstrate integration with the ScreenshotOne API
https://github.com/screenshotone/examples
screenshot screenshotone screenshots vision-api
Last synced: 8 days ago
JSON representation
Code examples and applications to demonstrate integration with the ScreenshotOne API
- Host: GitHub
- URL: https://github.com/screenshotone/examples
- Owner: screenshotone
- License: mit
- Created: 2025-02-20T17:36:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-16T11:37:14.000Z (6 months ago)
- Last Synced: 2025-12-20T00:49:20.421Z (6 months ago)
- Topics: screenshot, screenshotone, screenshots, vision-api
- Language: TypeScript
- Homepage: https://screenshotone.com/
- Size: 7.18 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScreenshotOne API Integration Examples
Code examples and applications to demonstrate integration with [the best screenshot API—ScreenshotOne](https://screenshotone.com/).
All examples contain a README with instructions on how to build and run them.
## Examples
### Node.js
1. [Google Slides Scrolling Screenshots](./nodejs/google-slides-scrolling-screenshots) is a simple application that uses ScreenshotOne API to render scrolling screenshots of Google Slides presentations. It was built for demonstration purposes. You can screenshot [Google Documents](https://screenshotone.com/docs/guides/screenshot-google-docs/) or [Google Slides](https://screenshotone.com/docs/guides/google-slides-as-scrolling-screenshots/) with ScreenshotOne out-of-the-box.
2. [URL to PDF](./nodejs/url-to-pdf) is a simple application that uses ScreenshotOne API to render a URL as PDF.
3. [Bulk Screenshots](./nodejs/bulk-screenshots) is a simple application that uses ScreenshotOne API to take screenshots of multiple URLs.
### Python
1. [Vision Searcher](./python/vision-researcher) is a simple application that uses ScreenshotOne API to render a full-page screenshot of website pages, apply OCR to it, and search for given patterns. It demonstrates working with full-page screenshots and splitting them into multiple parts, processing HTML content, AI vision analysis, navigating, and screenshotting different pages.
## License
`ScreenshotOne API integration examples` are licensed under [the MIT License](LICENSE).