Click here to Skip to main content
15,891,723 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I do have a requirement of fetching the data from the website. can i use the Inspect element from the developer options and fetch the data from the website?

Data in the sense, we get a report. I want to capture that report (When i checked with Inspect Element, the data is there in
.

Any help is appreciated. Thanks in advance.

What I have tried:

I tried using Inspect Element option but unsure about fetching the data.
Posted
Updated 30-Mar-16 23:17pm
v2
Comments
Karthik_Mahalingam 31-Mar-16 4:24am    
what kind of data,
Please add more info to the question. use Improve question
HobbyProggy 31-Mar-16 4:55am    
Could you please form your Questions http://www.codeproject.com/Questions/1089199/Automatic-login-to-website-and-fetching-the-data-u and http://www.codeproject.com/Questions/1089192/How-can-we-fetch-the-data-from-a-website-using-sel into this question and provide more data to let us help you more efficient?

1 solution

"Inspect element" is a GUI feature of some browsers, you can't use it from code and doing so is pointless as you can get the data other ways.

This is about your 10th question regarding getting data from other people's websites, people are reluctant to answer these questions because the practice is generally considered unethical. Google "screen scraping c#" and you'll probably find examples, but it's unlikely someone is going to take time out of their day to show you how to take data from other people's sites.
 
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