Go to Apify Store Actor stats
Monthly active users 3
Monthly active users
Last modified 2 months ago
Last modified
Complete Rewrite : Transformed the actor from an SEO Schema Validator to a Numbeo Cost of Living Scraper.
Core Logic : Replaced generic sitemap crawling with targeted Numbeo directory traversal (Main -> Country -> City).
Extraction : Added specialized parsing for Numbeo's cost tables.
Dependencies : Removed src.utils and src.validator as they are no longer needed.
Input : Simplified input to accept optional start_urls , defaulting to Numbeo's main page.
Validation Logic : Added recursive object validation for deeply nested schemas.
Validation Logic : Added specific checks for Article (headline, datePublished) and Product (aggregateRating/offers/review).
Output Schema : Corrected field types in output_schema.json to match actual data types (integer, array, object).
Metadata : Updated actor title and description for better SEO.
Documentation : Revamped README with "Problem-Solution-Benefit" structure and keywords.
Initial release of SEO Schema & Meta Validator.