GetPAA is a tool for scraping People Also Ask from Google French in just one click with the possibility of choosing the depth.
Ability to switch to English in configuration files.
Local Environment
- PHP >=7.2 (https://www.php.net/downloads.php)
- NodeJS >=8.16.0 (https://nodejs.org/fr/)
- Composer (https://github.com/composer/composer)
NPM-Packages
- Puppeteer (https://www.npmjs.com/package/puppeteer)
- Minimist (https://www.npmjs.com/package/minimist)
Visit the demo youtube
Download ZIP project or Git Clone, extract in to your www or HTDOCS directory (web server)
Check node,npm and composer are installed in Terminal :
node -v
npm -v
composer about
In Terminal, install npm packages dependencies :
npm install
composer install
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get -qq update
sudo apt-get --yes -qq --allow-downgrades install npm;
# Composer && php7
sudo apt-get -qq update
sudo apt-get --yes -qq --allow-downgrades install composer;
# ext-mbstring
sudo apt-get --yes -qq --allow-downgrades install php-mbstring;
# ext-dom
sudo apt-get --yes -qq --allow-downgrades install php-xml;
Open in browser your web server.
php -S localhost:8000
Enjoy!!
Source code are under the GPL v3 License unless dependencies.