compiling
until the scraper has been compiled and is ready to run. Compilation usually takes a few minutes, and you can check the status of the scraper by calling the /scrapers/{scraper_id}
endpoint. During the compilation process we’re using a load of LLMs to figure out the best way to scrape the data you’re looking for.
title
(string): The title of the scraper.test_urls
(list of strings): A list of URLs that the scraper should be able to scrape.schema
(object): The JSON schema of the data you expect to get back from the scraper.id
(string): The ID of the scraper.title
(string): The title of the scraper.status
(string): The status of the scraper, which is one of compiling
, ready
, failed
, healing
.