
YELP Extractor 2.1 🚧
Pricing
$30.00/month + usage

YELP Extractor 2.1 🚧
💫 Scrape Business data from Yelp.com
0.0 (0)
Pricing
$30.00/month + usage
7
Total users
286
Monthly users
18
Runs succeeded
>99%
Issue response
32 days
Last modified
2 months ago
Dates are missing for the review o
Open
Hi, I don't know whether exactly if this is an issue, I cannot find the review date for the reviews rather i can find something that says time modified but when i try to convert it, it doesn't give me the right time conversion. Can you please include Review Date for the crawling. Because, I'm interested in using this crawler for our own business needs.

Hello, its connected to PDT timezone which I still figuring out.
The formula in python is :
from datetime import datetime, timezone, timedeltadate = datetime.fromtimestamp(time_modified, timezone(timedelta(hours=-7))).isoformat()
On next update, I will include this data, currently working in progress, please hold on
tasty_providence
Sure, I tried the above formula, but it still gives me the wrong date.

Hi, the review now include time_modified_iso
which is review time in ISO 8601
format