Provides the URI for an example search
Uri uriForExampleSearch(String phrase) { return Uri.parse('$scrapeBaseUri${Uri.encodeComponent(phrase)}%23sentences'); }