export interface ScraperConfiguration {
defaultMarketPrice?: number;
selector: string;
url: string;
}