DuckDuckGo Maps API
Api Details
Endpoint
GET https://serpapi.abcproxy.com/search
Description Retrieve comprehensive user profile including
basic info
,account status
and optionalpermission sets
.
Request
HTTP Request
API Parameters
Search Query
q
string
Yes
Parameter defines the query you want to search. You can use anything that you would use in a regular Google Maps search. The parameter is only required if type is set to search
.
123
Geographic Location
bbox
string
No
-
lat
string
No
Defines a GPS latitude for the search origin. Parameter is required when using lon parameter.
-
lon
string
No
Defines a GPS longitude for the search origin. Parameter is required when using lat parameter.
-
Advanced Duckduckgo Maps Filters
strict_bbox
string
No
Parameter defines whether you strictly want your search to follow the bbox coordinates. It can be set to 1
(strict - default), or 0
(off).
1
Serpapi Parameters
engine
string
Yes
Set parameter to duckduckgo_maps
to use the DuckDuckGo Maps API engine.
duckduckgo_maps
no_cache
boolean
No
Parameter will force SerpApi to fetch the Google Play results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache.
true
orfalse
api_key
string
Yes
Parameter defines the SerpApi private key to use.
-
Response
Success 200
Response Body
Response Fields
search_metadata
object
Contains timing and status information
search_parameters
object
Contains query parameters and search context
data.user.status
string
active
/inactive
/banned
data.permissions[]
array
List of permission objects
Error Responses
Common Errors
200
400
API Key can not be empty
200
401
Param error
200
402
Api key error
200
403
Insufficient Balance
200
404
Deduction failed
200
405
Failed to record usage count
200
406
Unsupported engine
200
407
Network error
200
408
File not found
200
409
Limit param error
200
410
Build url error
200
411
Failed to QueryRecentRecord
200
412
Failed to find json
200
413
Get html error
200
414
HTML is empty
200
429
Too many request
Error Example