Skip to content

Add apify-zillow-api - #102

Open
johnisanerd wants to merge 1 commit into
apify:mainfrom
johnisanerd:add-apify-zillow-api
Open

johnisanerd wants to merge 1 commit into
apify:mainfrom
johnisanerd:add-apify-zillow-api

Conversation

@johnisanerd

Copy link
Copy Markdown
Contributor

Adds the apify-zillow-api skill: search US real estate listings on Zillow (for sale, rent, sold) by plain city or ZIP and get structured JSON, powered by the public Store Actor johnvc/zillow-api. One skill, three files (SKILL.md plus two references). Telemetry flags present on every apify call.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ace3533c71

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,172 @@
---
name: apify-zillow-api

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Register the new skill in the marketplace

This new SKILL.md has no corresponding ./skills/apify-zillow-api entry in .claude-plugin/marketplace.json. The repository validator (scripts/generate_agents.py) explicitly rejects discovered skills without that entry, and the generate-agents.yml workflow runs it in CI; running it on this tree reports that apify-zillow-api is missing. Add the marketplace entry so the PR can pass validation and the skill is included in generated discovery docs.

Useful? React with 👍 / 👎.

- You have a list of cities or ZIP codes and want listings back as JSON, not a page of search results to read by hand.
- You need latitude and longitude on every row so listings can be joined to a map or a geo dataset.

Not for: tracking homes whose price just dropped. Use the companion `apify-zillow-price-cuts` skill, built on the same Actor but shaped for price-drop monitoring. See `references/actor-index.md`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove or add the missing companion skill

This directs price-cut requests to apify-zillow-price-cuts, but a repo-wide search finds no such skill directory or SKILL.md; the only occurrences are the new references in this change. Agents following this routing guidance therefore cannot load the advertised companion workflow. Either add that skill or describe how to run priceReduction: true with this skill instead.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants