Click here to Skip to main content
15,902,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Developers,
I want to Fetch data from other website using API in asp.net. Anyone can tell me how i can perform it.
I want to use API of Indeed.com, so, please tell me all steps and procedures, which i need to perform in Asp.net
Posted
Updated 22-Feb-14 2:15am
v2
Comments
Neeraj_kaushik 22-Feb-14 9:00am    
How to use in Asp.net,
Please Elaborate it

You will need access to their web services.
 
Share this answer
 
You can also try out Screen Scraping if there is no Webservices exposed. But it depends on the Website and whether they allow it.

May refer

Screen Scraping with C# for ASP.NET[^]

WebSite Scraping[^]
 
Share this answer
 
Comments
Neeraj_kaushik 24-Feb-14 0:16am    
Sir,
I want to fetch records of
sine.com
or Indeed.co.in
by using API on my website.
My website is a job search engine.
Please tell me how i can use API of these websites on my website in asp.net
or
send me any sample of Fetching data from other website

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