- Create a new file in
scrapers/which implements theapi/v1/Scraperinterface - Add a reference to the scraper in
scrapers/common - Create a configuration struct in
api/v1and add it into theapi/v1/types/ConfigScraperstruct - Add a fixture in
fixtures/