Skip to content

Feature request: expose businessStatus in search and details output #8

Description

@doomsday-rgb

Currently goplaces search and goplaces details return open_now but not businessStatus. The underlying Places API (New) already returns this field — it just isn't mapped to the output.

Suggestion: include businessStatus in both human-readable and --json output. Possible values:OPERATIONAL, CLOSED_TEMPORARILY, CLOSED_PERMANENTLY.
Why it matters:
When using goplaces in an agentic context (e.g. an AI assistant planning a visit and booking it to calendar), you want to know a place is still operating — not just whether it's open right now. open_now: false
is ambiguous: it could mean "closed for the night" or "closed forever". A separate status field makes this unambiguous without requiring a second API call.

Suggested output (human):

  1. Kafenion Amsterdam — Bloemgracht 49
    Rating: 4.9 (3413) · Open now: yes · Status: OPERATIONAL

Suggested output (--json):
{ "name": "Kafenion Amsterdam", "business_status": "OPERATIONAL", ... }

The field is already available in the API response — this should be a small mapping change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions