PHPackages                             eelcol/laravel-scrapers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. eelcol/laravel-scrapers

ActiveLibrary

eelcol/laravel-scrapers
=======================

Laravel scrapers

1.2.1(3mo ago)11.1k↑83.7%MITPHPPHP ^8.0

Since Sep 10Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/eelcol/laravel-scrapers)[ Packagist](https://packagist.org/packages/eelcol/laravel-scrapers)[ RSS](/packages/eelcol-laravel-scrapers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (36)Used By (0)

Laravel Scrapers
================

[](#laravel-scrapers)

A Laravel package to scrape webpages using ScrapingBee and/or ScraperApi.

Examples
========

[](#examples)

- Scrape an URL:

```
$response = Scraper::get('https://www.nu.nl');

```

- Scrape an image:

```
$response = Scraper::image('https://via.placeholder.it/250x250.png');

```

- Use a specific scraper:

```
$response = Scraper::provider('scraperapi')->get('https://www.nu.nl');

```

- Use premium proxies:

```
$response = Scraper::premium()->get('https://www.nu.nl');

```

- When writing a test that triggers the scraper, you probably do not want to use ScraperAPI or ScrapingBee. In that case, include the test method in your test:

```
...
Scraper::test();
...

```

Installation
============

[](#installation)

Require this package with composer.

```
composer require eelcol/laravel-scrapers

```

Add to your env:

```
SCRAPER_PROVIDER=see below
SCRAPER_MAX_CONCURRENCY=5
SCRAPERAPI_KEY=
SCRAPINGBEE_KEY=

```

When using a different proxy, add the following variables to your .env:

```
SCRAPER_PROXY_HOST=
SCRAPER_PROXY_PORT=
SCRAPER_PROXY_USER=
SCRAPER_PROXY_PASS=

```

The following values are allowed for `SCRAPER_PROVIDER`

- scrapingbee
- scraperapi
- http
- proxy

Use `http` for normal HTTP requests, without using a scraper provider. Use `proxy` to use a custom defined proxy.

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance82

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~154 days

Total

35

Last Release

94d ago

PHP version history (4 changes)1.0.0PHP ^7.4

1.0.1PHP ^7.4|^8.0

1.1.0PHP 8.0

1.1.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c875ab5f996be5678de7da1bc0b5fb35d6e9aa87d512afb07df6e4db846d513?d=identicon)[eelcol](/maintainers/eelcol)

---

Top Contributors

[![eelcol](https://avatars.githubusercontent.com/u/9012901?v=4)](https://github.com/eelcol "eelcol (35 commits)")

---

Tags

laravelscrapers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eelcol-laravel-scrapers/health.svg)

```
[![Health](https://phpackages.com/badges/eelcol-laravel-scrapers/health.svg)](https://phpackages.com/packages/eelcol-laravel-scrapers)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
