Skip to content

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

  1. Login to your SingleAPI account.
  2. Go to the Playground page.
  3. Paste a URL that you want to scrape.
  4. Describe data that you want to get from the website.
  5. 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.