mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Added proxy groups on input
This commit is contained in:
parent
633b16c480
commit
42a0735093
|
|
@ -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",
|
||||||
|
|
|
||||||
18
README.md
18
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user