Phone number lookups...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Morris

    Phone number lookups...

    Our application tracks contact information. One of our clients, a car
    dealership, has asked about being able to enter a lastname and phone number
    and getting as much of the main form filled out as possible, "Hi, thanks for
    stopping by Demaux Motors. Before we get started, can I get your phone
    number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc etc
    etc. Filling out the form is easy - sql query, javascript, blah blah blah -
    getting the data is another. My question is three-fold:

    1: I know that if you go to Google and type a phone number, you'll get a
    query result back with address, city, state, etc. The documentation for the
    Google APIs are written for .NET...anyone have any experience with those
    APIs in classic ASP?

    2: Is there some other service that provides this same functionality?

    3: Any other ideas?

    Regards,

    - Wm

    --
    William Morris
    Product Development, Seritas LLC
    Kansas City, Missouri


  • Ray at

    #2
    Re: Phone number lookups...

    So you're talking about for anyone in the world (or your country or
    whatever)? Not people who have already been to your site and given you
    their personal details? I personally would be a little freaked out if a
    site that I hadn't been to before started telling me where I live and what
    my cats' names are and all that. But, as far as using Google, maybe you can
    start here. http://www.google.com/apis/

    I don't know of any online directory services offer a connector service that
    you can use in your site, but I'd imagine at least one of them does.

    Ray at home

    "William Morris" <news.remove.th is.and.the.dots @seamlyne.com> wrote in
    message news:c1dvbm$1h4 f78$1@ID-205671.news.uni-berlin.de...[color=blue]
    > Our application tracks contact information. One of our clients, a car
    > dealership, has asked about being able to enter a lastname and phone[/color]
    number[color=blue]
    > and getting as much of the main form filled out as possible, "Hi, thanks[/color]
    for[color=blue]
    > stopping by Demaux Motors. Before we get started, can I get your phone
    > number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc[/color]
    etc[color=blue]
    > etc. Filling out the form is easy - sql query, javascript, blah blah[/color]
    blah -[color=blue]
    > getting the data is another. My question is three-fold:
    >
    > 1: I know that if you go to Google and type a phone number, you'll get a
    > query result back with address, city, state, etc. The documentation for[/color]
    the[color=blue]
    > Google APIs are written for .NET...anyone have any experience with those
    > APIs in classic ASP?
    >
    > 2: Is there some other service that provides this same functionality?
    >
    > 3: Any other ideas?
    >
    > Regards,
    >
    > - Wm
    >
    > --
    > William Morris
    > Product Development, Seritas LLC
    > Kansas City, Missouri
    >
    >[/color]


    Comment

    • Ray at

      #3
      Re: Phone number lookups...

      p.s. You could probably "screen scrape" results from a site that uses GET
      for its info lookup, such as:



      You may want to let them know you're doing it first though or ask them if
      it's okay...

      --

      Ray at home
      Microsoft ASP MVP


      "William Morris" <news.remove.th is.and.the.dots @seamlyne.com> wrote in
      message news:c1dvbm$1h4 f78$1@ID-205671.news.uni-berlin.de...[color=blue]
      > Our application tracks contact information. One of our clients, a car
      > dealership, has asked about being able to enter a lastname and phone[/color]
      number[color=blue]
      > and getting as much of the main form filled out as possible, "Hi, thanks[/color]
      for[color=blue]
      > stopping by Demaux Motors. Before we get started, can I get your phone
      > number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc[/color]
      etc[color=blue]
      > etc. Filling out the form is easy - sql query, javascript, blah blah[/color]
      blah -[color=blue]
      > getting the data is another. My question is three-fold:
      >
      > 1: I know that if you go to Google and type a phone number, you'll get a
      > query result back with address, city, state, etc. The documentation for[/color]
      the[color=blue]
      > Google APIs are written for .NET...anyone have any experience with those
      > APIs in classic ASP?
      >
      > 2: Is there some other service that provides this same functionality?
      >
      > 3: Any other ideas?
      >
      > Regards,
      >
      > - Wm
      >
      > --
      > William Morris
      > Product Development, Seritas LLC
      > Kansas City, Missouri
      >
      >[/color]


      Comment

      • Roland Hall

        #4
        Re: Phone number lookups...

        "William Morris" wrote:
        : Our application tracks contact information. One of our clients, a car
        : dealership, has asked about being able to enter a lastname and phone
        number
        : and getting as much of the main form filled out as possible, "Hi, thanks
        for
        : stopping by Demaux Motors. Before we get started, can I get your phone
        : number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc
        etc
        : etc. Filling out the form is easy - sql query, javascript, blah blah
        blah -
        : getting the data is another. My question is three-fold:
        :
        : 1: I know that if you go to Google and type a phone number, you'll get a
        : query result back with address, city, state, etc. The documentation for
        the
        : Google APIs are written for .NET...anyone have any experience with those
        : APIs in classic ASP?
        :
        : 2: Is there some other service that provides this same functionality?
        :
        : 3: Any other ideas?

        You will only get public information. Unlisted numbers will not return.











        --
        Roland Hall
        /* This information is distributed in the hope that it will be useful, but
        without any warranty; without even the implied warranty of merchantability
        or fitness for a particular purpose. */
        Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
        WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
        MSDN Library - http://msdn.microsoft.com/library/default.asp


        Comment

        • William Morris

          #5
          Re: Phone number lookups...

          No, nothing like that. This is for an application in use with a car
          dealership ~ with the customer present ~ and starting the car buying
          process, so the information is already mostly in hand.

          As far as the google apis are concerned, I've downloaded them but they're
          written for .NET. I was wondering if there was any documentation out there
          for dotCLASSIC. <rant>There are still people in the world who haven't moved
          to .NET, for cryin' out loud.</rant>

          - Wm

          --
          William Morris
          Product Development, Seritas LLC
          Kansas City, Missouri


          "Ray at <%=sLocation% > [MVP]" <Too many private support requests - Ask for
          it if needed> wrote in message
          news:uOxJZZm%23 DHA.684@tk2msft ngp13.phx.gbl.. .[color=blue]
          > So you're talking about for anyone in the world (or your country or
          > whatever)? Not people who have already been to your site and given you
          > their personal details? I personally would be a little freaked out if a
          > site that I hadn't been to before started telling me where I live and what
          > my cats' names are and all that. But, as far as using Google, maybe you[/color]
          can[color=blue]
          > start here. http://www.google.com/apis/
          >
          > I don't know of any online directory services offer a connector service[/color]
          that[color=blue]
          > you can use in your site, but I'd imagine at least one of them does.
          >
          > Ray at home
          >
          > "William Morris" <news.remove.th is.and.the.dots @seamlyne.com> wrote in
          > message news:c1dvbm$1h4 f78$1@ID-205671.news.uni-berlin.de...[color=green]
          > > Our application tracks contact information. One of our clients, a car
          > > dealership, has asked about being able to enter a lastname and phone[/color]
          > number[color=green]
          > > and getting as much of the main form filled out as possible, "Hi, thanks[/color]
          > for[color=green]
          > > stopping by Demaux Motors. Before we get started, can I get your phone
          > > number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc[/color]
          > etc[color=green]
          > > etc. Filling out the form is easy - sql query, javascript, blah blah[/color]
          > blah -[color=green]
          > > getting the data is another. My question is three-fold:
          > >
          > > 1: I know that if you go to Google and type a phone number, you'll get a
          > > query result back with address, city, state, etc. The documentation for[/color]
          > the[color=green]
          > > Google APIs are written for .NET...anyone have any experience with those
          > > APIs in classic ASP?
          > >
          > > 2: Is there some other service that provides this same functionality?
          > >
          > > 3: Any other ideas?
          > >
          > > Regards,
          > >
          > > - Wm
          > >
          > > --
          > > William Morris
          > > Product Development, Seritas LLC
          > > Kansas City, Missouri
          > >
          > >[/color]
          >
          >[/color]


          Comment

          Working...