{"id":19398266,"url":"https://github.com/piedweb/google-spreadsheet-seo-scraper","last_synced_at":"2025-04-24T05:31:30.737Z","repository":{"id":57041405,"uuid":"217834650","full_name":"PiedWeb/google-spreadsheet-seo-scraper","owner":"PiedWeb","description":"Open source excel or libreoffice and PHP SEO google position SERP checker to track and follow a few website's keywords positions https://dev.piedweb.com","archived":true,"fork":false,"pushed_at":"2023-01-26T07:52:04.000Z","size":86,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T22:33:01.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PiedWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-27T09:52:33.000Z","updated_at":"2024-12-15T13:33:34.000Z","dependencies_parsed_at":"2023-02-01T07:01:22.004Z","dependency_job_id":null,"html_url":"https://github.com/PiedWeb/google-spreadsheet-seo-scraper","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Fgoogle-spreadsheet-seo-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Fgoogle-spreadsheet-seo-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Fgoogle-spreadsheet-seo-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Fgoogle-spreadsheet-seo-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiedWeb","download_url":"https://codeload.github.com/PiedWeb/google-spreadsheet-seo-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250572342,"owners_count":21452329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T11:05:25.007Z","updated_at":"2025-04-24T05:31:30.494Z","avatar_url":"https://github.com/PiedWeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://dev.piedweb.com\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/PiedWeb/piedweb-devoluix-theme/master/src/img/logo_title.png\" width=\"200\" height=\"200\" alt=\"Open Source Package\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n# Google Spreadsheet Seo Scraper\n\n[![Latest Version](https://img.shields.io/github/tag/PiedWeb/PiedWeb.svg?style=flat\u0026label=release)](https://github.com/PiedWeb/PiedWeb/tags)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/PiedWeb/PiedWeb/run-tests.yml?branch=main)](https://github.com/PiedWeb/PiedWeb/actions)\n[![Quality Score](https://img.shields.io/scrutinizer/g/PiedWeb/PiedWeb.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/PiedWeb)\n[![Code Coverage](https://codecov.io/gh/PiedWeb/PiedWeb/branch/main/graph/badge.svg)](https://codecov.io/gh/PiedWeb/PiedWeb/branch/main)\n[![Type Coverage](https://shepherd.dev/github/PiedWeb/PiedWeb/coverage.svg)](https://shepherd.dev/github/PiedWeb/PiedWeb)\n[![Total Downloads](https://img.shields.io/packagist/dt/piedweb/google-spreadsheet-seo-scraper.svg?style=flat)](https://packagist.org/packages/piedweb/google-spreadsheet-seo-scraper)\n\nOpen source excel/libreoffice and PHP SEO google position SERP checker to track and follow a few website's keywords positions.\n\nHomepage : https://piedweb.com/seo/serp\n\n## Requirements\n\n**PHP**, **CURL**, **composer**, **unoconv** and **libreoffice**\n\n## Install\n\nVia [Packagist](https://packagist.org/packages/piedweb/google-spreadsheet-seo-scraper)\n\n```bash\n$ # create the folder where you will install the soft\n$ mkdir gs3 \u0026\u0026 cd gs3\n$ # install the lib via composer\n$ composer require piedweb/google-spreadsheet-seo-scraper\n$ # create a link to the executable\n$ ln -s vendor/piedweb/google-spreadsheet-seo-scraper/scrap.php console \u0026\u0026 chmod +x console\n```\n\n## Usage\n\n```bash\n$ gs3/console\n    --ods path/to/myfile.ods\n    --domain host.tld\n```\n\n### Facultative args\n\n```bash\n--proxy ip:port:username:pass (without proxy, you can check between 20 and 50 kw)\n--cache /my/cache/folder/for/google/result (plain html)\n--num-100 per default, the script check only the first result page.\n          Using it permit to check the 100st results if the domain was not found\n--sleep 60 (default, time to wait in seconds between to request on google)\n--quiet\n```\n\n### Examples\n\n```\n$ php scrap.php --ods \"./kw.ods\" --domain piedweb.com\n\n```\n\n```\n$ php scrap.php --ods \"./kw.ods\" --domain piedweb.com,piedweb.fr\n\n```\n\n```\n$ php scrap.php --ods \"./kw.ods\" --domain \"you can set it directly in your ods file for each row\"\n\n```\n\n## About `kw.ods`\n\n\u003e Seule les colonnes jusqu'à J sont importantes.\n\u003e Il est possible d'archiver autant de données que voulues dans les colonnes suivantes à condition de ne pas avoir\n\u003e deux colonnes portant le même nom.\n\u003e le doc peut être agrémenter de plusieurs feuilles à condition que la feuille par défaut reste la première.\n\n\u003e [Robin Delattre](https://www.robin-d.fr/)\n\nDebugging `tendance` formula\n\n```\n=IF(J6=\"\";\"\";                   // Si prev_pos est vide alors rien\n    IF (J6=\"FAILED\";\"\";            // Si prev_pos a échoué, alors rien\n        IF(H6=\"FAILED\";\"\";              // Si pos a échoué alors rien\n             IF(H6=\"\";\"\";                   // Si pos est vide alors rien\n                IF(H6=-1;\"x\";                   // si kw n'est pas position, alors x\n                    IF (H6=J6;\"=\";\n                        IF(H6\u003cJ6;\"+\";\n                            IF(J6=-1;\"+\";\"-\")\n                        )\n                    )\n                )\n            )\n        )\n    )\n)\n```\n\nLegend for `tendance`\n\n```\n+ : le site grimpe vers la meilleur position\n- : le site descend\nx : le site n'est pas possitionnent\n  : aucun résultat à analyser\n```\n\n## Credits\n\n- [PiedWeb](https://piedweb.com)\n- [All Contributors](https://github.com/PiedWeb/GoogleSpreadsheetSeoScraper/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Fgoogle-spreadsheet-seo-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedweb%2Fgoogle-spreadsheet-seo-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Fgoogle-spreadsheet-seo-scraper/lists"}