Anatomy of a web crawler
schema()
function to define your schema. Here’s an example:
.git
directory is a sibling to the crawlspace.toml
file.
You can also split up your crawler into multiple files if it starts to grow unwieldily —
just make sure that the initializer, schema, and response handler are exported as the default object
of the entry file.