https://github.com/futuresea-dev/searchscript
Scraping advanced search result
https://github.com/futuresea-dev/searchscript
php scraper search
Last synced: 4 months ago
JSON representation
Scraping advanced search result
- Host: GitHub
- URL: https://github.com/futuresea-dev/searchscript
- Owner: futuresea-dev
- Created: 2022-07-10T16:37:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T13:47:53.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:44:41.221Z (over 1 year ago)
- Topics: php, scraper, search
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchScript
Scrape serps (search engine results pages) from https://search.ipaustralia.gov.au/trademarks/search/advanced:
# Installation and Run code
1) install composer and run this command.
```php
composer install
```
2) run php file and keyword parameter
```php
php index.php google
```