Skip to content

Instantly share code, notes, and snippets.

@saasindustries
Created February 23, 2021 16:22
Show Gist options
  • Save saasindustries/51c188a7b401401a9de1d3450b5df9f3 to your computer and use it in GitHub Desktop.
Save saasindustries/51c188a7b401401a9de1d3450b5df9f3 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
var adLinks = GetAdLinks("https://losangeles.craigslist.org/search/bbb?");
var lstAdDetails = GetAdDetails(adLinks);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment