Arcgis: Search Items
Arcgis via Parse · maps_geo
Search ArcGIS Hub open data catalog. Returns paginated results filtered by query, collection type, and sort order. Each page returns up to the specified limit of items with metadata including title, type, tags, view count, and geographic extent when available. Search and retrieve open data content from ArcGIS Hub, including datasets, maps, applications, documents, and sites. Fulfilled by Parse from hub.arcgis.com.
- arcgis
- developer-tools
- government-public
- hub-arcgis-com
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d3decdf1-6a88-47f9-a4be-92a6be164507/search_items
- Interface artifact
- sha256:d0cdd85f3f2bfead2e3260b63c90723eefd2f7eabf0f4b88f761b92a4481e72a
- Manifest digest
- sha256:22ddb7699097de20c237ef214bdfd64c65cf0b3551e0f2a4ee52bb2eedab84a9
Request fields
- page (integer): Page number for pagination (1-based).
- limit (integer): Maximum number of results per page (1-100).
- query (string): Free-text search query to match against item titles, descriptions, and tags. When omitted, returns all content sorted by the chosen sort order.
- sort_by (string): Sort order for results. Prefix with '-' for descending on title/created/modified.: Allowed values: relevance, title, -title, created, -created, modified, -modified
- collection (string): Filter results by content collection type.: Allowed values: all, sites, data, documents, apps_and_maps
Example queries
- {"page":"2","limit":"3","query":"weather","sort_by":"-modified","collection":"data"}