# Crawler Introduction

The Crawler is a push system that works with callbacks. You will push urls to your Crawler using the Crawling API and the Crawler will push back the crawled page to your server.

In order to do that, you need to create a webhook (opens new window) url on your server (example: https://myserver.com/crawlbase) to receive the data from the Crawlbase Crawler.

Keep reading to learn how to push data and receive data to and from the Crawler.