Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6361313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:45:42+00:00 2026-05-24T23:45:42+00:00

This might seem a bit backwards, but I want to use Perl (and Curl

  • 0

This might seem a bit backwards, but I want to use Perl (and Curl if possible) to get data from a site that is using Ajax to fill an HTML shell with information. How do I make these Javascript calls to get the data I need?

The website is here: http://www.jigsaw.com/showContactUpdateTab.xhtml?companyId=224230

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:45:44+00:00Added an answer on May 24, 2026 at 11:45 pm

    Remember that AJAX calls are ordinary HTTP requests, so you always should be able to perform them.

    Open Firebug or Web Inspector on the website you’re talking about, you’ll see some XHR calls:

    XHR finished loading: “http://www.jigsaw.com/dwr/interface/UserActionAPI.js”.
    “http://www.jigsaw.com/dwr/call/plaincall/UserActionAPI.getMostPurchasedContacts.dwr”.
    “http://www.jigsaw.com/dwr/call/plaincall/UserActionAPI.getRecentlyGraveyardedContacts.dwr
    “http://www.jigsaw.com/dwr/call/plaincall/UserActionAPI.getRecentlyAddedContacts.dwr”.
    “http://www.jigsaw.com/dwr/call/plaincall/UserActionAPI.getRecentlyTitleChangedContacts.dwr”

    Yay! Now you know where to get that data. Their scripts use POST HTTP request to the URLs above, so if you open them in your browser, you’ll see various engine errors.

    When you sniff (via Web Inspector debugger, for example) their AJAX POST requests, you’ll see the next body:

    “callCount=1
    page=/showContactUpdateTab.xhtml?companyId=224230
    httpSessionId=F5E7EC4A45DFCE87B969A9F4FA06C361
    scriptSessionId=D020EFF4333283B907402687182D03E034
    c0-scriptName=UserActionAPI
    c0-methodName=getRecentlyGraveyardedContacts
    c0-id=0
    c0-param0=number:224230
    c0-param1=boolean:false
    c0-param2=boolean:false
    batchId=1
    “

    I’m pretty sure, they’re generating a bunch of security session IDs to avoid data miners. You may need to dive into their JavaScript codes to learn more about those generators.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This might seem a bit odd to ask, but I couldn't get an answer
This might seem a bit awkward but I want to start a console program
This might seem a bit silly, but I want to try and solve this
This might seem a bit weird, but since I am new in RoR and
This might seem like a trivial question, but I'm a bit muddled in my
This might seem a bit like a do-my-homework-for-me question (and it is), but I
I know this might seem a bit odd, but i have this requirement and
This question might seem a bit bizarre, but... I run a mafia style game
This might perhaps seem like a bit of a simple question but I'm stuck
This might seem like a very easy question for some of you folks, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.