معرفی شرکت ها


ebay-search-results-scraper-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A python library to search keyword and scrape search results data from ebay.
ویژگی مقدار
سیستم عامل -
نام فایل ebay-search-results-scraper-1.0.1
نام ebay-search-results-scraper
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DataKund
ایمیل نویسنده datakund@gmail.com
آدرس صفحه اصلی https://datakund.com
آدرس اینترنتی https://pypi.org/project/ebay-search-results-scraper/
مجوز Apache License 2.0
Ebay-Search-Results-Scraper is a python library to search product on ebay and get search results automatically using browser automation. It currently runs only on windows. ### Example1 In this example we first import library, then we search keyword and get search results. ```sh from ebay_search_results_scraper import * ebay.search(keyword='shoes') response=ebay.search_results() search_results=response['body'] ``` ### Example2:- Get Search Results of first 5 pages In this example we first import library, then we search keyword and get search results of first 5 pages. ```sh from ebay_search_results_scraper import * ebay.search(keyword='shoes') for i in range(0,5): response=ebay.search_results() search_results=response['body'] ebay.click_next() #clicks on next page ``` This module depends on the following python modules * [requests](https://pypi.org/project/requests/) * [bot_studio](https://pypi.org/project/bot_studio/) #### BotStudio [bot_studio](https://pypi.org/project/bot_studio/) is needed for browser automation. As soon as this library is imported in code, automated browser will open up in which search will be done. ### Installation ```sh pip install ebay-search-results-scraper ``` ### Import ```sh from ebay_search_results_scraper import * ``` ### Search keyword ```sh ebay.search(keyword='shoes') ``` ### Get search results ```sh response=ebay.search_results() search_results=response['body'] ``` ### Move to next page ```sh ebay.click_next() ``` ### Send Feedback to Developers ```sh bot_studio.send_feedback(feedback="Need help with this ......") ``` ### Contact Us * [Telegram](https://t.me/datakund) * [Website](https://datakund.com)


نحوه نصب


نصب پکیج whl ebay-search-results-scraper-1.0.1:

    pip install ebay-search-results-scraper-1.0.1.whl


نصب پکیج tar.gz ebay-search-results-scraper-1.0.1:

    pip install ebay-search-results-scraper-1.0.1.tar.gz