nderkach / airbnb-python

A Python wrapper around the Airbnb API (unofficial)
Do What The F*ck You Want To Public License
187 stars 65 forks source link

how can i transfer the output to csv? #22

Open saradabb opened 3 years ago

saradabb commented 3 years ago

This may seem like a rookie question (because i'm a beginner) but I used: api.get_homes("Lebanon") and I got a messy code output (I think it's json, not sure) Tried converting to dataframe but it didn't work. how can I turn it into a clean csv?

I would really appreciate your help in this.