Coder Social home page Coder Social logo

aktilor / scrapper-app-store Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 187 KB

๐Ÿ“ฑ Node.js-based web scraper for the App Store and Play Store that gathers app information and retrieves associated email addresses using the Hunter.io API. It's a powerful tool to gather valuable information about apps and their developers, which can be useful for various purposes such as app analysis, market research, or outreach campaigns.

JavaScript 100.00%
appstore hunterio nodejs playstore scraper

scrapper-app-store's Introduction

๐Ÿ“ฑ App Store & Play Store Scraper

This project, initially developed in 2020, is a Node.js-based web scraper for the App Store and Play Store that gathers app information and retrieves associated email addresses using the Hunter.io API. It's a powerful tool to gather valuable information about apps and their developers, which can be useful for various purposes such as app analysis, market research, or outreach campaigns.

Please note that since this is an older project from 2020, it may not be fully functional with the latest updates of the App Store, Play Store, and Hunter.io API. Some modifications might be required to ensure compatibility.

Prerequisites ๐Ÿ“š

Before you begin, make sure you have installed Node.js and npm on your computer.

Installation ๐Ÿ› ๏ธ

  1. Clone the repository to your computer.

    git clone https://github.com/Aktilor/scrapper-app-store.git
    
  2. Navigate to the project directory and install the dependencies using npm.

    cd scrapper-app-store
    npm install
    
  3. Create a .env file in the project root directory to store the Hunter.io API key. Replace the value with your own API key.

    HUNTER_API_KEY=your_hunter_api_key_here
    

Usage ๐Ÿš€

To run the scraper, execute the following command in the project directory, depending on the store you want to scrape:

For the Play Store:

npm run start-playstore

For the App Store:

npm run start-appstore

The scraper will fetch app information from the App Store or Play Store, and then use the Hunter.io API to retrieve email addresses associated with the apps' developers. The output will be stored in CSV format in the doc folder.

You can customize the search queries, filters, and output format by modifying the scraper's configuration settings.

scrapper-app-store's People

Contributors

aktilor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.