Skip to content

Instantly share code, notes, and snippets.

@saasindustries
Created February 23, 2021 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saasindustries/0ffdb4c49abe711ab77c69431ee0bfbd to your computer and use it in GitHub Desktop.
Save saasindustries/0ffdb4c49abe711ab77c69431ee0bfbd to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
Console.WriteLine("Please enter the Keyword :");
var Keyword = Console.ReadLine();
var adLinks = GetAdLinks("https://losangeles.craigslist.org/search/bbb?");
var lstAdDetails = GetAdDetails(adLinks, Keyword);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment