/    Sign up×
Community /Pin to ProfileBookmark

Capturing data from other website to show Automatically into your website

Hi guys , I hope all is well , Please help me out on this inquiry . Is it possible to capture data to take certain figure from other websites and show it into your automatically every time the other website changes their data .

Thanks guys

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@jag1Aug 18.2015 — RSS feed?
Copy linkTweet thisAlerts:
@NogDogAug 18.2015 — It's certainly possible, with a bunch of variables.

  • 1. Is it legal? (Is the content copyrighted -- implicitly or explicitly -- and to you have permission to use it?)

  • 2. Does the site already provide some means to gather the data of interest (e.g. the above-mentioned RSS feed, some sort of API, whatever)?


  • If both 1 and 2 are "yes", then you leverage whatever the site already provides (their API, or any of the assorted RSS reader packages out there that already exist for PHP).

    If 1 is "yes" but 2 is "no", then you're likely stuck with screen-scraping: making cURL requests to the pages of interest, and using DOMDocument to parse the content and extract the data of interest.
    Copy linkTweet thisAlerts:
    @A-CUBEauthorAug 19.2015 — Thanks Nogdog for your answer. I guess I have to find out if they provide point 1 and point 2 .
    ×

    Success!

    Help @A-CUBE spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...