Fetched 0 listings
See original GitHub issueGreat project! Thanks for sharing. Regardless of the query I currently only see the url for the REST api and “Fetched 0 listings”. Any thoughts on why this might be?
My current guesses are:
- Silliness on my part
- A daft.ie API change
- some authentication required that I don’t know about
Any help would be much appreciated.
An example of what I am running (with a dev install from master):
from daftlistings import Daft, SortOrder, SortType, SaleType, MapVisualization
import pandas as pd
daft = Daft()
daft.set_county("Dublin")
daft.set_sort_by(SortType.PRICE)
# must sort by price in asending order, MapVisualization class will take care of the weekly/monthly value mess
daft.set_min_price(400000)
daft.set_max_price(800000)
listings = daft.search(fetch_all=True)
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Fetched 0 records in Robo3T - mongodb - Stack Overflow
When I used a simple where statement I got the message: "Fetched 0 records". I tried with the simplest commands and all returned...
Read more >How to List a Single Item Using Single Fetch and eBay File ...
Get Sku Grid: http://skugrid.com/web/?ref=FreeGiftGet the Chrome Extension: ...
Read more >How to List a Single Item Using Single Fetch & Quick Lister
https://app.skufetch.comhttps:// list.wiselister.comIn this video, we will show you how to list a single item using Single Fetch & Quick ...
Read more >git-fetch Documentation - Git
git-fetch - Download objects and refs from another repository ... Write the list of remote refs fetched in the FETCH_HEAD file directly under...
Read more >fetch() - Web APIs | MDN
The global fetch() method starts the process of fetching a resource from the network, returning a promise which is fulfilled once the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@YifeiLuDublin I’ve been looking into how the internal Daft API works and how we can filter data using a JSON payload. I’ve figured out most things except how to filter by location. This is an example class:
What I was thinking is that the Daft class would be responsible for building the JSON payload based on what the user sets which is similar to how this library worked previously except no scraping would be necessary 😃
Similar is an understatement, one wonders why the creator didn’t just fork and fix this lib.