# User Agents API Introduction

We've created an API which helps you access random user agents. The agent selection system is optimized for web crawling and data scraping.

  • Requests to the User Agents API start with the following base part: https://api.crawlbase.com/user_agents
  • All the requests to the User Agents API require to send the token parameter using your private token ?token=_USER_TOKEN_
  • The User Agents API is rated limited to maximum of 1 request per second and its completely free to use.

# Your first API call

Here is a simple example to get you started with your first request:

curl 'https://api.crawlbase.com/user_agents?token=_USER_TOKEN_'