Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi al
I am getting the source of a webpage having job posting, and i need to get the jobdetails like Job Title, Skills, Job Location, Experience Level, Company Name, Address, Website URL, Phone from the source.
Using below code i saved web page source to string

WebClient client = new WebClient();
string source = client.DownloadString(CompanyURL);
Thanks.
Posted
Updated 18-Apr-13 21:17pm
v2

1 solution

Google c# web page scraping

Should get you started
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900