PHP based instagram scraper without login or API!
We do not take responsibility for anything that can happen, you take responsibility for all kinds of things you do. For business projects please contact with Instagram.
Just download ig_scraper.php and include the file.
Packagist Link https://packagist.org/packages/berkay-cubuk/ig_scraper
- Include ig_scraper.php
- Create $ig variable
- Type $ig = new IG_Scraper('type-your-username');
- Start using ig scraper :D
- json()
- biography()
- username()
- external_url()
- external_url_linkshimmed()
- followed_count()
- follow_count()
- full_name()
- has_channel()
- has_blocked_viewer()
- id()
- is_business_account()
- is_joined_recently()
- business_category_name()
- category_id()
- overall_category_name()
- is_private()
- is_verified()
- picture()
- picture_hd()
- connected_fb_page()
- Get json output
$ig = new IG_Scraper('your-username');
echo $ig->json();
- Get full name
$ig = new IG_Scraper('your-username');
echo $ig->full_name();
- Get biography
$ig = new IG_Scraper('your-username');
echo $ig->bioghraphy();
- Find user with id
- Get posts