jimmy_johns_sitemap
Browse Jimmy John's store URLs from their sitemap, filter by page type (sandwiches, delivery, catering), and paginate through 9,700+ locations.
Instructions
Browse Jimmy John's store-URL index. Returns one page of Jimmy John's sitemap-declared store index -- 9,700+ URLs at time of writing. Jimmy John's publishes three page variants per store (sandwiches, delivery, catering) and all three appear in the sitemap, so each entry carries a kind and the store number they share; filter with the kind parameter to enumerate one variant per restaurant. sandwiches is the canonical variant. A page past the end returns an empty list rather than an error, so a caller can walk to exhaustion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by page variant. One of sandwiches, delivery, catering. Default all. | |
| page | No | 1-based page within the shard (default 1) | |
| shard | No | Sitemap shard index (default 0) | |
| page_size | No | Entries per page, 1-500 (default 100) |