8
Answers

How can i find the contact info from the requested url using c#

Photo of n p

n p

13y
4.1k
1
hi 
i will pass the url and i require following information as a result 

1) CVR Number if exists
2) Contact information like Email,Phone.

Please if any one know about this things then please provide the details.

Answers (8)

0
Photo of Javeed M Shaikh
278 6.7k 125k 13y
I think what you are talking here is HTML scrapping, refer to these links for the same:

http://htmlagilitypack.codeplex.com/

http://developer.mindtouch.com/en/docs/SgmlReader
0
Photo of n p
NA 9 4.1k 13y
i can use any third party web services.
for ex : http://www.oecd.org/contactus/0,3364,en_33873108_33873309_1_1_1_1_1,00.html

in that url there is a two contacts details one is Headquater and another one is permanant address. i want this two details. when i pass this url to my web services how can i get this two contact details.
0
Photo of n p
NA 9 4.1k 13y
i can use any third party web services.
for ex : http://www.oecd.org/contactus/0,3364,en_33873108_33873309_1_1_1_1_1,00.html

in that url there is a two contacts details one is Headquater and another one is permanant address. i want this two details. when i pass this url to my web services how can i get this two contact details.
0
Photo of Javeed M Shaikh
278 6.7k 125k 13y

so you want the link address of the URL? is this a third party search page? It is very difficult to get a response data from these URL via C# code unless they are a service. You have to tell us more about your requirement and the project.

0
Photo of n p
NA 9 4.1k 13y
i want to do like if i am searching in google like laptop product then it gives number of pages from search result, with their url  i need to get the contact details of that url then how can i get it using c# code?
0
Photo of Javeed M Shaikh
278 6.7k 125k 13y
to which question is the answer "yes" for?
0
Photo of n p
NA 9 4.1k 13y
yes
0
Photo of Javeed M Shaikh
278 6.7k 125k 13y
where are you passing the URL and what is the response going to look like? Are you planning to write a web service ?
Next Recommended Forum