- Create a new file in
scrapers/
which implements theapi/v1/Scraper
interface - Add a reference to the scraper in
scrapers/common
- Create a configuration struct in
api/v1
and add it into theapi/v1/types/ConfigScraper
struct - Add a fixture in
fixtures/