SearchAPI - Google Search (Independent Publisher) (#2891)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Add files via upload

* Update apiDefinition.swagger.json

* Update readme.md
This commit is contained in:
Troy Taylor 2024-01-02 07:14:09 -05:00 коммит произвёл GitHub
Родитель 7cf667f7be
Коммит a6c011182f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 2490 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "SearchApi, LLC"
}
}

Просмотреть файл

@ -0,0 +1,17 @@
# SearchAPI - Google Search
Google Search service scrapes SERP for real-time results. Scrape organic results, ads, related searches, inline questions and more.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You will need to sign up for an account with [SearchAPI](https://www.searchapi.io/users/sign_up).
## Obtaining Credentials
Once logged in to your dashboard, you will find your API key on that page.
## Supported Operations
### Get Google Search
Retrieve the Google Search result page (SERP) for a search query.
## Known Issues and Limitations
There are no known issues at this time.