0

I wanna write a crawler to fetch data. from an asp.net site which uses javascript to do the pagination

2
  • 3
    You are aware that their T&C state You agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any portion of the Service, use of the Service, or access to the Service ? Commented Oct 31, 2010 at 9:41
  • Why would you like to get contents from a 3rd party website? You'd better to ask them for permission / the contents before creating a crawler. Commented Oct 31, 2010 at 9:41

1 Answer 1

2

Use CURL Library to get html code of each page, then you must only parse this pages. For other type of page you must write other parser, do it on a DOM Library then parsers will have few lines for each type of page.

But you must have permission to do this, you must ask the author of agree of what you doing.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.