PHP Scraper
A universal web-util for PHP. (by spekulatius)
Goutte
Goutte, a simple PHP Web Scraper (by FriendsOfPHP)
PHP Scraper | Goutte | |
---|---|---|
1 | 9 | |
558 | 9,226 | |
0.7% | - | |
5.9 | 0.0 | |
about 1 year ago | about 2 years ago | |
PHP | PHP | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PHP Scraper
Posts with mentions or reviews of PHP Scraper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-13.
-
Suggestions for PHP web scraper libraries?
I am familiar with Goutte, and when I searched "goutte alternatives" I found links to Embed, PHP Scraper, and PHP Spider. But I haven't tried them, or know if there's any reason to prefer one over the others.
Goutte
Posts with mentions or reviews of Goutte.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-19.
-
Help on an E-commerce project
Look into Goutte (https://github.com/FriendsOfPHP/Goutte). It has a simple API and you can extract text/links with ease by targeting CSS selectors. I have used it for a similar task before, you should be done within a day, max 2.
- is laravel good for web scraping?
- Goutte, a simple php web scraper
-
Lunch menue "get request"
But this process will fail if the source site changes. Its better to look at parsing HTML code instead if using sub-strings. There are some nice libraries like Goutte that can help you with scraping a site.
- Using scraped content to improve UX ; Is it possible?
- Goutte – A Simple PHP Web Scraper
-
Composer conflict, how can we use it?
Without discussing if it’s right or wrong to keep a version of third party code that could break everthing (take a look at this PR), we were suddenly at a crossroads: drop the deps=low and give up on this kind of tests or dig in the Composer manual and look for something that could possibly help us: you guessed right, conflict is what we needed (thanks to jakzal!).
-
Help for resource regarding phpQuery
I recommend looking into something more modern like Goutte. The GitHub page has some documentation.
- Guzzle vs CURL for downloading large files 100MB+?
What are some alternatives?
When comparing PHP Scraper and Goutte you can also consider the following projects:
Embed - Get info from any web service or page
PHP Spider - A configurable and extensible PHP web spider
twitteroauth - The most popular PHP library for use with the Twitter OAuth REST API.
Symfony Panther - A browser testing and web crawling library for PHP and Symfony