2018-11-20 14:29:46 +00:00
|
|
|
{
|
|
|
|
|
"title": "Crawler for Google places",
|
2018-11-20 14:50:56 +00:00
|
|
|
"description": "This crawler search string on input on google maps and returns all information about found places.",
|
2018-11-20 14:29:46 +00:00
|
|
|
"type": "object",
|
|
|
|
|
"schemaVersion": 1,
|
|
|
|
|
"properties": {
|
|
|
|
|
"searchString": {
|
|
|
|
|
"title": "Search",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"description": "String will be search on Google maps.",
|
2018-12-10 15:18:26 +00:00
|
|
|
"prefill": "pubs new york",
|
2018-11-20 14:29:46 +00:00
|
|
|
"editor": "textfield"
|
|
|
|
|
},
|
2018-11-20 14:56:23 +00:00
|
|
|
"proxyConfig": {
|
|
|
|
|
"title": "Proxy configuration",
|
|
|
|
|
"type": "object",
|
2018-11-20 15:21:22 +00:00
|
|
|
"description": "Use Apify Proxy, you need to have some proxy group to get results on Google.",
|
2018-11-20 14:56:23 +00:00
|
|
|
"prefill": { "useApifyProxy": true },
|
|
|
|
|
"editor": "proxy"
|
|
|
|
|
},
|
2018-12-10 14:52:40 +00:00
|
|
|
"maxCrawledPlaces": {
|
|
|
|
|
"title": "Max crawled places",
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"description": "Use to limit places you want to get from crawler. If you fill 0 or nothing all places will be scrape",
|
|
|
|
|
"minimum": 0
|
|
|
|
|
},
|
2018-11-20 14:29:46 +00:00
|
|
|
"lat": {
|
|
|
|
|
"title": "Viewport Latitude",
|
2018-11-20 14:35:05 +00:00
|
|
|
"type": "string",
|
2018-11-20 14:36:33 +00:00
|
|
|
"description": "Use it with combination with longitude and zoom to set up viewport to search on.",
|
|
|
|
|
"editor": "textfield"
|
2018-11-20 14:29:46 +00:00
|
|
|
},
|
|
|
|
|
"lng": {
|
|
|
|
|
"title": "Viewport Longitude",
|
2018-11-20 14:35:05 +00:00
|
|
|
"type": "string",
|
2018-11-20 14:36:33 +00:00
|
|
|
"description": "Use it with combination with latitude and zoom to set up viewport to search on.",
|
|
|
|
|
"editor": "textfield"
|
2018-11-20 14:29:46 +00:00
|
|
|
},
|
|
|
|
|
"zoom": {
|
|
|
|
|
"title": "Viewport Zoom",
|
2018-11-20 14:37:52 +00:00
|
|
|
"type": "integer",
|
2018-11-20 14:29:46 +00:00
|
|
|
"description": "Use it with combination with longitude and latitude to set up viewport to search on.",
|
2018-11-20 14:31:33 +00:00
|
|
|
"minimum": 1,
|
2018-11-20 14:29:46 +00:00
|
|
|
"maximum": 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"required": [
|
|
|
|
|
"searchString"
|
|
|
|
|
]
|
|
|
|
|
}
|