Schema
Introduction
Overview
Every website has a different structure, layout, and design. This makes it hard to get data from websites. SingleAPI is layout/design agnostic, which means that it can get data from any website, even after the website changes its layout/design.
SingleAPI uses a combination of headless browser and AI to understand the structure of the website and get the data you want.
The only thing you need to do is to tell SingleAPI what data you want to get from the website but not how to get it.
Making your first request
- Login to your SingleAPI account.
- Go to the Playground page.
- Paste a URL that you want to scrape.
- Describe data that you want to get from the website.
- Click on the
Fetch data
button.
Next steps
Explore how to modify your schema to get the data you want or learn how to perform the API request from your code.