0

I am using Crawler4j it is returning output as Processed Pages: 10 Total Links found: 369 Total Text Size: 20077 up to this it is working fine but i want to search a string which is existing in this pages how can i achieve this could you please help me

Raghavender Reddy
  • 180
  • 2
  • 5
  • 18

1 Answers1

0

to search string you must download page source code and then using string comparision to find what you want.

cuneytykaya
  • 579
  • 1
  • 5
  • 14