Nobroker.in Property Search Scraper avatar
Nobroker.in Property Search Scraper

Pricing

$20.00/month + usage

Go to Store
Nobroker.in Property Search Scraper

Nobroker.in Property Search Scraper

Developed by

ecomscrape

ecomscrape

Maintained by Community

The Nobroker.in Property Search Scraper extracts property information from Nobroker.in. Capture data such as price, address, features, and coordinates by providing Property Search Query URLs.

0.0 (0)

Pricing

$20.00/month + usage

1

Total users

14

Monthly users

4

Runs succeeded

>99%

Last modified

a month ago

You can access the Nobroker.in Property Search Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = {
9 "urls": ["https://www.nobroker.in/property/sale/pune/multiple?searchParam=W3sibGF0IjoxOC40OTEzODEzLCJsb24iOjczLjgzNjc2MDMsInBsYWNlSWQiOiJDaElKTDNOY0hfcV93anNSeHJQMTI0OTdTTDQiLCJwbGFjZU5hbWUiOiJQdW5lIE9rYXlhbWEgRnJpZW5kc2hpcCBHYXJkZW4iLCJzaG93TWFwIjpmYWxzZX0seyJsYXQiOjE4LjQ4Mjg5NTMsImxvbiI6NzMuODI3MTc4LCJwbGFjZUlkIjoiRWpWVGFXNW9ZV2RoWkNCU2IyRmtMQ0JJYVc1bmJtVWdTMmgxY21Rc0lGQjFibVVzSUUxaGFHRnlZWE5vZEhKaExDQkpibVJwWVEiLCJwbGFjZU5hbWUiOiJTaW5oYWdhZCBSb2FkLUhpbmduZSBLaHVyZCIsInNob3dNYXAiOmZhbHNlfSx7ImxhdCI6MTguNDgxOTczMiwibG9uIjo3My44Mjc5MzgxLCJwbGFjZUlkIjoiQ2hJSjA5ZXZRbGlWd2pzUkRxUTR5U0hldXlZIiwicGxhY2VOYW1lIjoiSGluZ25lIEtodXJkIiwic2hvd01hcCI6ZmFsc2V9XQ==&radius=2.0&city=pune&locality=Pune%20Okayama%20Friendship%20Garden,Sinhagad%20Road-Hingne%20Khurd,Hingne%20Khurd&isMetro=false"],
10 "max_retries_per_url": 2,
11 "proxy": {
12 "useApifyProxy": True,
13 "apifyProxyGroups": ["RESIDENTIAL"],
14 "apifyProxyCountry": "US",
15 },
16}
17
18# Run the Actor and wait for it to finish
19run = client.actor("ecomscrape/nobroker-property-search-scraper").call(run_input=run_input)
20
21# Fetch and print Actor results from the run's dataset (if there are any)
22print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
23for item in client.dataset(run["defaultDatasetId"]).iterate_items():
24 print(item)
25
26# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

Nobroker.in Property Search Scraper API in Python

The Apify API client for Python is the official library that allows you to use Nobroker.in Property Search Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include: