YELP Extractor 2.1 🚧 avatar
YELP Extractor 2.1 🚧

Pricing

$30.00/month + usage

Go to Store
YELP Extractor 2.1 🚧

YELP Extractor 2.1 🚧

Developed by

cat

cat

Maintained by Community

💫 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

TP

Dates are missing for the review o

Open

tasty_providence opened this issue
8 months ago

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.

Jupri avatar

cat (Jupri)

8 months ago

Hello, its connected to PDT timezone which I still figuring out.

The formula in python is :

from datetime import datetime, timezone, timedelta
date = datetime.fromtimestamp(time_modified, timezone(timedelta(hours=-7))).isoformat()

On next update, I will include this data, currently working in progress, please hold on

TP

tasty_providence

8 months ago

Sure, I tried the above formula, but it still gives me the wrong date.

Jupri avatar

cat (Jupri)

8 months ago

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