rss-bridge
rss-bridge copied to clipboard
Bridge request for Facebook marketplace
Bridge request
General information
hoping to get a bridge that takes new listings on the fb marketplce and turns into rss posts with the picture, price, location and url.
-
Host URI for the bridge (i.e.
https://github.com
): https://www.facebook.com/marketplace -
Which information would you like to see? picture, price, title, location & link
-
How should the information be displayed/formatted? same as on fb picture price title location and linked
-
Which of the following parameters do you expect?
- [X] Title
- [X] URI (link to the original article)
- [ X] Enclosures (pictures, videos, etc...)
Options
- [ ] Limit number of returned items
- Default limit: 5
- [ ] Load full articles
- Cache articles (articles are stored in a local cache on first request): yes
- Cache timeout (max = 24 hours): 24 hours
- [] Balance requests (RSS-Bridge uses cached versions to reduce bandwith usage)
- Timeout (default = 5 minutes, max = 24 hours): 5 minutes
+1 for this. I can't even browse Marketplace for some reason. Already tried the usual troubleshooting like clearing cache and all. Always gives error even though search term is correct.
+1 as well, having this bridge in rss-bridge would be wonderful!
If you would like to show support for this feature, please react to the original issue with :+1: instead of commenting. Developers can then sort by the most wanted issues.
Is this bridge even possible?
Is this bridge even possible?
What makes you feel like it wouldn’t be?
Is this bridge even possible?
What makes you feel like it wouldn’t be?
Because authentication will be required. Then who know if Facebook change that auth method. Also, it's been 1.5 years and I don't think anyone attempted to implement this.
authentication is not required visit here in an incognito tab https://www.facebook.com/marketplace/toronto/search?query=shoes)
As to your concern about the internet changing over time, 100% valid, but that is the case with any of the bridges on this git, it's the reality of scraping the internet, even API's change and deprecate.... This issue is still not yet the top voted issue, and as per the management of this git, the developers will address it in order of priority!
authentication is not required visit here in an incognito tab https://www.facebook.com/marketplace/toronto/search?query=shoes) As to your concern about the internet changing over time, 100% valid, but that is the case with any of the bridges on this git, it's the reality of scraping the internet, even API's change and deprecate.... This issue is still not yet the top voted issue, and as per the management of this git, the developers will address it in order of priority!
Nice find! I didn't know it was possible to browse without having an account. For now, we can just use XPath to turn the url into RSS feed. Thanks