使用Python進行IG資料爬蟲

Yanwei Liu
1 min readJul 19, 2019

--

必須使用Python 3.6版本

可抓取以下內容

  1. Username
  2. Profile Name
  3. URL
  4. Followers
  5. Following
  6. Number of Posts
  7. Bio
  8. Profile Picture URL
  9. Is Business Account?
  10. Connected to a FB account?
  11. External URL
  12. Joined Recently?
  13. Business Category Name
  14. Is private?
  15. Is Verified?
  16. Downloads Public Photos

安裝與使用

pip install -r requriments.txtpython main.py --username USERNAME

--

--

Responses (1)