0
votes
1answer
131 views

how to crawl a single page and not any links contained in it and output the source?

I am using phpcrawl and below is the code. I want to crawl the mentioned link and get all the jobs. Now, I am crawling it by passing the link but it crawling all the links what we see in page-source ...
0
votes
2answers
194 views

Can PHPCrawl can be used for scraping websites and how different is from Scrapy?

I want to scrape few websites and many suggested Scrapy. It is Python based and since I am very familiar with PHP I looked for alternatives. I got a crawler PHPCrawl. I am not sure if it is just a ...
2
votes
1answer
712 views

PHP web crawler, data structure and storage, Will it work with PHPCrawl?

If there are other classes written to do this, a link would be awesome, it not, how can I do it with PHPCrawl? Is it possible to store specific information from a crawled site based upon a set of ...
0
votes
0answers
324 views

get certain data from pages using crawler

I am looking to use a crawler to fetch data from a site, I found How do I make a simple crawler in PHP? and it was helpfull but I am looking to use the code on http://findpeopleonplus.com/ to get all ...
1
vote
3answers
731 views

Count the number of pages in a site

I'd like to know how many public pages there are in a site, say for example, smashingmagzine.com. Is there are way to count the number of pages?