Added proxy groups on input

This commit is contained in:
JakubDrobnik 2018-11-20 15:50:56 +01:00
parent 633b16c480
commit 42a0735093
2 changed files with 14 additions and 12 deletions

View File

@ -1,8 +1,16 @@
{ {
"title": "Crawler for Google places", "title": "Crawler for Google places",
"description": "This crawler search string on input on google maps and returns all information about found places.",
"type": "object", "type": "object",
"schemaVersion": 1, "schemaVersion": 1,
"properties": { "properties": {
"proxyGoups": {
"title": "Proxy configuration",
"type": "object",
"description": "Optionaly use Apify Proxy",
"prefill": { "useApifyProxy": true },
"editor": "proxy"
},
"searchString": { "searchString": {
"title": "Search", "title": "Search",
"type": "string", "type": "string",

View File

@ -1,22 +1,16 @@
# Crawler Google Places # Crawler Google Places
This crawler search string on input on [google maps](https://www.google.com/maps) and returns all information about found places.
## Work in progress, TODOs: ## How to use through API
- Input schema How to use Actor from Apify UI see [actor detail page](https://www.apify.com/drobnikj/crawler-google-places).
- Proxy groups on input
- ESlint code
- Improve enqueuing details pages from listing
## How to use
Example input: Example input:
```json ```json
{ {
"searchString": "ČSOB", "searchString": "ČSOB",
"searchViewport": {
"lat": "50.0860729", "lat": "50.0860729",
"lng": "14.4135326", "lng": "14.4135326",
"zoom": 10 "zoom": 10
}
} }
``` ```
On this input actor searches places on this start url: https://www.google.com/maps/search/%C4%8Dsob/@50.0860729,14.4135326,10z On this input actor searches places on this start url: https://www.google.com/maps/search/%C4%8Dsob/@50.0860729,14.4135326,10z