import java.util.List; public interface MovieCrawlerInterface { List crawl(int limit); }