PHPackages                             marabesi/social-crawler - 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. marabesi/social-crawler

ActiveLibrary

marabesi/social-crawler
=======================

Easy way to find emails through social networks

v0.0.1(7y ago)242PHP

Since Oct 21Pushed 6y agoCompare

[ Source](https://github.com/marabesi/social-crawler)[ Packagist](https://packagist.org/packages/marabesi/social-crawler)[ RSS](/packages/marabesi-social-crawler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

[![Codacy Badge](https://camo.githubusercontent.com/4cee04ce1e624bd02b6a35f5529f2969941b817f344c26b018fe1bef05a9cc13/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6235353163363639376633363437393438343231663539363033643035663566)](https://www.codacy.com/app/matheus-marabesi/social-crawler?utm_source=github.com&utm_medium=referral&utm_content=marabesi/social-crawler&utm_campaign=badger)[![Build Status](https://camo.githubusercontent.com/c69130007668f6b3ab5f634c81ed5df365ac6158dcc74e59064805814ec65bdf/68747470733a2f2f7472617669732d63692e6f72672f6d617261626573692f736f6369616c2d637261776c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/marabesi/social-crawler)

Social Crawler
==============

[](#social-crawler)

Find emails from socials network !

Dependency
----------

[](#dependency)

- Google URL
- Monolog

Find e-mails from Gmail in Instagram
------------------------------------

[](#find-e-mails-from-gmail-in-instagram)

Define which email you're going to find and where you want to search, in out example we're going to find email from gmail in **Instagram**

```
$factory = new \SocialCrawler\Domain\Factory();
$email = $factory->create(\SocialCrawler\Domain\Gmail::GMAIL);

$source =  new \SocialCrawler\Domain\Source\Instagram();
```

Then just execute the search with **GoogleUrl**

```
$engine = new \GoogleUrl();
$search = new \SocialCrawler\Domain\Container($engine, $source);

$result = $search->retrieveDataFromSource($email, $page)
    ->getResultSet();
```

As a last step iterate over the result to get the emails

```
foreach ($result as $object) {
    try {
        print $email->find($object->getTitle()) . '';
    } catch (\Exception $exception) {
        //print "Couldn't find email in the object in the title ({$object->getTitle()}) ";
    } finally {
        try {
           print $email->find($object->getSnippet()) . '';
        } catch (\Exception $exception) {
            //print "Couldn't find email in the object in the snippet ({$object->getSnippet()}) ";
        }
    }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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

Unknown

Total

1

Last Release

2756d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69de2ef36dc524f31c69abecc34ee2fd38126eb47184d1c07ebcc75f87a7a81c?d=identicon)[marabesi](/maintainers/marabesi)

---

Top Contributors

[![marabesi](https://avatars.githubusercontent.com/u/2129872?v=4)](https://github.com/marabesi "marabesi (16 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

---

Tags

crawleremailsphpsocial-crawlersocial-network

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marabesi-social-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/marabesi-social-crawler/health.svg)](https://phpackages.com/packages/marabesi-social-crawler)
```

###  Alternatives

[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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