A simple tool to extract property listings and save them to Notion.
- Double-click
Start NextBarrio Parser.command - The app opens in your browser at
http://localhost:3000 - First time: add your Claude API key in Settings
- Drag the bookmarklet to your bookmarks bar
- Go to any property listing (Idealista, Fotocasa, Badi, etc.)
- Click the "Send to NextBarrio" bookmarklet
- The parser opens with everything pre-filled
- Click "Parse & Save to Notion"
- Done! Check your Notion database.
Start NextBarrio Parser.command- Double-click to start the appserver.py- The Python server (don't edit unless you know what you're doing)index.html- The web interfaceconfig.json- Your saved API keys (auto-created)
If you get a security warning when double-clicking:
- Right-click the file → Open
- Click "Open" in the dialog
Or run in Terminal:
chmod +x "Start NextBarrio Parser.command"- Claude API Key: Get from https://console.anthropic.com
- Notion Integration: Already configured!
"Python not found"
- Install Python from https://www.python.org/downloads/
Bookmarklet doesn't work
- Make sure the parser app is running first
- Some browsers block popups - allow popups for the listing site
Images not showing in Notion
- Some listing sites block external access to images
- The images may expire after some time
Make sure your Notion database has these columns:
- Name (title) - auto-filled with description
- Property type (select: temporal, long term)
- Address (text)
- Status (select: to contact, waiting for reply, etc.)
- Area (text)
- Availability (select: available, not available anymore, not available yet)
- Availability date (date)
- price/month (number)
- size m2 (number)
- price/m2 (number)
- double bedrooms (number)
- single bedrooms (number)
- terrace (checkbox)
- external (checkbox)
- balcony (checkbox)
- elevator (checkbox)
- air conditioning (checkbox)
- closets (checkbox)
- wifi included (checkbox)
- utilities included (checkbox)
- comments (text)
- condition (text)
- overall description (text)
- URL (url)