You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/examples/homes.mdx
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: '🏠 Zillow Listings'
3
-
description: 'How to extract real estate data from Zillow'
2
+
title: '🏠 Homes Listings'
3
+
description: 'How to extract real estate data from Homes.com'
4
4
---
5
5
6
6
<img
7
7
style={{ borderRadius: '0.5rem' }}
8
-
src="/cookbook/images/zillow-banner.png"
8
+
src="/cookbook/images/homes-banner.png"
9
9
/>
10
10
11
-
Learn how to extract property listings from Zillow.com using ScrapeGraphAI's SmartScraper. This example demonstrates how to gather detailed property information, pricing, and agent details.
11
+
Learn how to extract property listings from Homes.com using ScrapeGraphAI's SmartScraper. This example demonstrates how to gather detailed property information, pricing, and agent details.
LocalScraper brings the same powerful AI extraction capabilities as SmartScraper but works with your local HTML content. This makes it perfect for scenarios where you already have the HTML content or need to process cached pages, internal documents, or dynamically generated content.
Markdownify is our specialized service that transforms web content into clean, well-formatted markdown. It intelligently preserves the content's structure while removing unnecessary elements, making it perfect for content migration, documentation creation, and knowledge base building.
0 commit comments