+ Reply to Thread
Results 1 to 3 of 3

Optimise Repeat External Queries

Hybrid View

  1. #1
    Registered User
    Join Date
    02-12-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    3

    Optimise Repeat External Queries

    Hello everyone,

    I'm looking to see if anyone has any ideas on how I could perform this task faster.

    It is as follows:

    I have a list of somewhere around 2600 different Ebay titles (my inventory which is always growing) and I made a program that would grab each title separately and query ebay for the results of a search on that title (Checking for competitors). Essentially, what this comes down to is, for each title - my program has to re-query Ebay and this takes forever!

    This is the only way I've come up with for doing this, but I'm definitely no guru at excel.

    Any ideas floating about? Something I could do that would speed things along? Alternatively, I am not dead set on using Excel as the end all for this program. If you guys think another language might perform this better feel free to make the suggestion and I'll check it out.


    Thanks for any responses in advance!
    Last edited by sivlin; 02-19-2011 at 09:47 PM. Reason: modified title (OP first post)

  2. #2
    Registered User
    Join Date
    02-12-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Optimise Repeat External Queries

    bump!

    Is anyone familiar with Ebay API? A possible solution to my problem might exist there if anyone has any knowledge of how to import Ebay API variables into an excel spreadsheet.

    As it stands, my program takes about 2 hours to query five thousand different searches with all the data manipulation included.

  3. #3
    Registered User
    Join Date
    02-12-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Optimise Repeat External Queries

    In case anyone is curious about doing something similar - I trashed the whole web query concept and ended up using an XML query based around an HTTP GET/POST function created with the Ebay API. More stable, more information from each result and exponentially quicker. Takes about 5 minutes to query the same amount of results as the web query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1